Page 1 of 1

[solved] Menu Navigation:Simple-vertical problem

Posted: Thu Jan 03, 2008 8:52 pm
by bojans
Hello,

in simple vertical menu I would like to have active items withouth bold font. How can I do this? I try with font-weight: none in css file, but it's still the same. I also try with css #menu_vert h3 {font-weight: none;}

My site: http://www.microsplet.com/

Please, some one know what to do?

Thanks!

Bojan

[SOLVED] Re: Menu Navigation:Simple-vertical problem

Posted: Thu Jan 03, 2008 9:53 pm
by bojans
I resolve the problem:

in CSS it's not font-weight: none but font-weight: normal;  :D

Bojan