Login  Register

Re: Dev - IE6 Layout Issues

Posted by BJ Freeman on May 28, 2006; 5:38pm
URL: http://ofbiz.116.s1.nabble.com/Dev-IE6-Layout-Issues-tp168249p168256.html

this is not a IE ^ issue, but a Microsoft design issue that had been
around since they had IE.
there has been a lot of discussion about it, a while ago, when we
started converting to widgets and CSS.


Vinay Agarwal sent the following on 5/28/2006 8:52 AM:

> 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}
> <http://ofbizwiki.go-integral.com/Edit.jsp?page=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}
> <http://ofbizwiki.go-integral.com/Edit.jsp?page=uiLabelMap.CommonClear> </a>
> </div> ${uiLabelMap.EcommerceLastCategories}</div>
>
>  
>
>
>
>
> ------------------------------------------------------------------------
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

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