Re: Users - Layout broken in IE and fine in NS & firefox

Posted by Ruth Hoffman on
URL: http://ofbiz.116.s1.nabble.com/Users-Layout-broken-in-IE-and-fine-in-NS-firefox-tp139071p139074.html

IMHO, this should always be done in the style sheet where the
screenlet/screenlet-header is defined. Try looking at
~framework/images/webapp/images/ecommain.css and do a search on
screenlet-header.

As for submitting a patch...I'd like to know how to do it as well.

Good luck.
Ruth


Walter Vaughan wrote:

>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">&nbsp;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
>
>  
>
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users