Login  Register

Dev - IE6 Layout Issues

Posted by Vinay Agarwal on May 28, 2006; 4:52pm
URL: http://ofbiz.116.s1.nabble.com/Dev-IE6-Layout-Issues-tp168249.html

Hello,

I started a location on wiki for some of my experiences with fixing IE6 layout issues. Here’s what it has so far

Regards,

Vinay Agarwal

Float simply doesn't work well

I converted the main-decorator from div/float layout to tables so that it displays consistently on all browsers.

Misaligned on IE6 (from ecommerce/webapp/ecommerce/catelog/minilastviewedcategories.ftl)

<div style="float: right;"> <a href="<@ofbizUrl>clearLastViewed</@ofbizUrl>" class="lightbuttontextsmall">${uiLabelMap.CommonClear}</a> </div> <div class="boxhead">${uiLabelMap.EcommerceLastCategories}</div>

Aligned well on all browsers

<div class="boxhead"><div style="float: right;"> <a href="<@ofbizUrl>clearLastViewed</@ofbizUrl>" class="lightbuttontextsmall">${uiLabelMap.CommonClear}</a> </div> ${uiLabelMap.EcommerceLastCategories}</div>

 


 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev