Page 1 of 1

(SOLVED!) White space bug in IE6/7

Posted: Sat Jan 06, 2007 10:51 am
by branek
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

Re: White space bug in IE6/7

Posted: Sat Jan 06, 2007 2:37 pm
by branek
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

Code: Select all

line-height: 130%;
in

Code: Select all

#menu_vert li


in Navigation: Simple - Vertical stylesheet from CMSMS...

Maybe this will be usefull for someone else...