[ 
https://issues.apache.org/jira/browse/OFBIZ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616768#action_12616768
 ] 

Bruno Busco commented on OFBIZ-1894:
------------------------------------

Yes, this seems caused by the fixed height. Following this path I changed line 
927 of ecommain.css
from:

height: 60px;

to:

min-height: 60px;

ant now also FF shows it correctly.



> There is currently something wrong in how the main eComm page is rendered in, 
> at least, FF3 and Opera 9.02 (IE7 is ok). 
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>         Attachments: FF3.jpg, IE7.jpg, Opera 9.02.jpg
>
>
> There is currently something wrong in how the main eComm page is rendered in, 
> at least, FF3 and Opera 9.02 (IE7 is ok). 
> I suspected the line 
>     <b>${product.productId?if_exists}</b> 
> in productsummary.ftl, though this line exists for years now without having 
> been changed. 
> But it's not the cause. I checked also ecommain.css recent changes, but did 
> not find anything obvious. Any ideas ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to