syaakir Posted January 22, 2011 Share Posted January 22, 2011 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 More sharing options...
Pshopic Posted January 22, 2011 Share Posted January 22, 2011 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> Link to comment Share on other sites More sharing options...
syaakir Posted January 22, 2011 Author Share Posted January 22, 2011 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 More sharing options...
Recommended Posts