Hello...
Did anyone know how to fix IE bug showing white space in menu in default template of CMSMS.
You can see it on
http://demo.opensourcecms.com/cms/index.php?page=home
When you do a hover over menu element, you could see a thin white line under that element?
How to avoid that?
thank you
branek
(SOLVED!) White space bug in IE6/7
(SOLVED!) White space bug in IE6/7
Last edited by branek on Sat Jan 06, 2007 2:37 pm, edited 1 time in total.
Re: White space bug in IE6/7
I tryed a lot of hacks from net and neither one works...
With a little guess and error I found that everything is ok if I use
in
in Navigation: Simple - Vertical stylesheet from CMSMS...
Maybe this will be usefull for someone else...
With a little guess and error I found that everything is ok if I use
Code: Select all
line-height: 130%;
Code: Select all
#menu_vert li
in Navigation: Simple - Vertical stylesheet from CMSMS...
Maybe this will be usefull for someone else...