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