I am currently using NICE MENUS (Horizontal Down Menu). It seems not fit with IE browser very well, Mac works fine though. But the big problem of it is that the font text size is smaller and smaller in submenus. The same problem happens to the submenus' boxes. Not like the parent menus, which I could make the width the same size, they are just the accordingly small size to the menu name length. I tried to fix it at "nice_menus_defualt.css", yet not successful. (p.s. The Vertical (Left/Right) Menu works well. )
I'm wondering anyone who has the same problem or could possibly help out? Appreciate!
Comments
Comment #1
talatnat commented**I tried to fix it at "nice_menus_defualt.css", yet not successful. **
Just guessing: To change nice_menus_default, you have to copy it, make changes using the default as a template, and load the file into your theme (site building > themes > your theme > global settings; the load file field only seems to appear in the theme's global settings).
Comment #2
YYDrupal-1 commentedhey, thanks, but i've tried, it's not working... IE has got the most problem while Firefox is ok, though not perfect.
Comment #3
tstermitzDefinitely CSS.
This will happen if you set font-size to proportional, for example, 0.75em in ul or li (I think). Each successive layer applies 0.75 times the previous font. You'll have to play around until you find which .75em is the offending one.
Comment #4
YYDrupal-1 commentedHi, tstermitz,
Thank you for the reply.
However, I'm not a program person. I don't understand CSS. I tried to find the font size "?em" and the offending ones, but what am I supposed to change with?
Thanks a lot!
Comment #5
add1sun commented