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] Menu Navigation:Simple-vertical problem
[solved] Menu Navigation:Simple-vertical problem
Last edited by bojans on Thu Jan 03, 2008 10:15 pm, edited 1 time in total.
[SOLVED] Re: Menu Navigation:Simple-vertical problem
I resolve the problem:
in CSS it's not font-weight: none but font-weight: normal;
Bojan
in CSS it's not font-weight: none but font-weight: normal;

Bojan