Technical support This forum is closed.
Version 1.x > Technical support > Firefox Isssue with CMSTreeMenu View modes: 
User avatar
Member
Member
Heath Clouston - 4/27/2006 4:01:38 AM
   
Firefox Isssue with CMSTreeMenu
Hi Petr

I'm having an issue with the CMSTreeMenu that I was hoping you could help me with.

We were having a problem where our submenu items were wrapping incorrectly, they were appearing as follows

menu item 1
menu item 2
secondary menu
item 1
secondary menu
item 2
secondary menu
item 3
menu item 3
menu item 4

We fixed the problem by adding the following CSS code for the menu items:

.CMSTreeMenuLink
{
COLOR:#2d5078;
TEXT-DECORATION: none;
<b>display:inline-block;
margin-right:12px;</b>
}
.CMSTreeMenuSelectedLink
{
COLOR:#2d5078;
TEXT-DECORATION: none;
font-weight:bold;
<b>display:inline-block;
margin-right:12px;</b>
}

This fixed the problem in IE, however the problem still appears in Firefox. I've done a little research and it appears that firefox doesn't support the display:inline-block tag.

Have you dealt with this problem before?

Thanks,

Heath.

User avatar
Guest
admin - 4/27/2006 6:19:36 PM
   
Re: Firefox Isssue with CMSTreeMenu
Hi Heath,

thank you for your message. You may want to choose one of these solutions:

1) increase the width of the CMSTreeMenuItem style (it's used for the TD element).
or
2) place a   entity into the name of the menu item (into Menu Item Caption) instead of spaces.

Please let me know if I can be of any further help.

Best Regards,