Re: Users - Layout broken in IE and fine in NS & firefox
Posted by
Walter Vaughan on
May 08, 2006; 4:36pm
URL: http://ofbiz.116.s1.nabble.com/Users-Layout-broken-in-IE-and-fine-in-NS-firefox-tp139071p139073.html
Chris Howe wrote:
> This is actually the infamous "Peekaboo" bug in IE.
> Anytime you have a float and a CSS declaration doesn't
> give a height, IE will render the DIV incorrectly and
> will disappear and reappear (peekaboo). Do a google
> serach for "Peekaboo bug". It's usually fixed by just
> specifying a height the the tag that's messing up. I
> believe for most of Ecommerce it's the screenlet or
> screenlet header tag. Although I'm sure it's more
> than the single tag.
[code]
<div class="screenlet">
<div class="screenlet-header">
<div style="float: right;">
</div>
<div class="boxhead"> Contact Us</div>
[/code]
Okay, from reading about this I am thinking we need to add in "line-height: 1.2"
into "div style =" tag above. Where in g*d's green earth would I find where this
in the source code, and if I do get a fix how do go about submitting a patch?
--
Walter
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users