Jump to content

Cannot appear well in Internet Explorer


Recommended Posts

Hi, all.

I need your help to guide me dealing with .css in my template. It doesn appear correctly if accessed by IE, but work perfectly with Chrome and FF.

This is the site. If you open it by IE, it only displays the left column, the rest all gone.

Can somebody please teach me?? Thanks for the moderator.

Grab my free module here --> Scrollpage to Top

Link to comment
Share on other sites

Hi,

I checked your site in IE8, IE7 and it is working good like in FF.

But you have a problem with height of "featured products" module. It does not work properly in IE7. Your footer display in the middle of over the featured products.

Please check height calculation inside the "homefeatured.tpl"

>{assign var='liHeight' value=342}
{assign var='nbItemsPerLine' value=4}
{assign var='nbLi' value=$products|@count}
{assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil}
{assign var='ulHeight' value=$nbLines*$liHeight}
</pre>
<ul>

37224_n5ClxAxollG10AodBC3o_t

37225_ip84u9nC9iY6o2lbZn3q_t

Link to comment
Share on other sites

Hi,

I checked your site in IE8, IE7 and it is working good like in FF.

But you have a problem with height of "featured products" module. It does not work properly in IE7. Your footer display in the middle of over the featured products.

Please check height calculation inside the "homefeatured.tpl"

>{assign var='liHeight' value=342}
{assign var='nbItemsPerLine' value=4}
{assign var='nbLi' value=$products|@count}
{assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil}
{assign var='ulHeight' value=$nbLines*$liHeight}
</pre>
<ul>



Ahoy, thank you very much, mate! Gonna try fixing that.

GBU :)
Link to comment
Share on other sites

×
×
  • Create New...