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

Bruno Busco commented on OFBIZ-1950:
------------------------------------

Hi,
I have done some progress in order to have the pages well aligned both in FF 
and in IE.

I just added in maincss.css the rule:
.leftonly .clear {
clear: none;
}

after the already present rule:
.no-clear .clear {
/* Used in container elements to override the clear class
in contained elements. */
clear: none;
}

I am not sure this is the best solution, I look forward to some help on this.

> Replacement of FTL TabBars with menus widgets in catalog application
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-1950
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1950
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: catalog_tabbars.patch, catalog_tabbars.patch
>
>
> Hi,
> the attached patch replaces all *TabBar.ftl files of the catalog application 
> with menu widgets.
> Using the menu widget the html is more consistent. for example the "selected" 
> class is always applied to the <li> tag and not to the <a> tag of the menu.
> Unfortunately I am facing a problem that I have not yet solved: using menu 
> widgets with FF3, and in some case with IE also, the catalog application 
> pages are not displayed correctly. The content of the main area after the 
> TabBar menu is located at the very bottom of the page, after the end of the 
> left column content.
> I have seen that removing the .clear rule in the .css this is solved but then 
> more problem come with the main menu.
> Any idea on how to solve this?

-- 
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