pageclass not fully working: font-weight not working [solved

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

pageclass not fully working: font-weight not working [solved

Post by nwilcox »

I have a pageclass firing on my Milonic Menu but the bold property I set does nothing... nor does changing the font color. The funny thing is italics work fine and so does text decoration

Code: Select all

.selectedMenuItem {
    font-weight: bold;
    text-decoration: none;
    color: red;
}
http://clients2.serverside.net/serversi ... aspx?id=42

Any suggestions?
Last edited by nwilcox on Fri Aug 21, 2009 8:46 pm, edited 2 times in total.
Nick Wilcox
Web Developer
ServerSide, Inc.
http://www.serverside.net
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Re: pageclass not firing completely

Post by nwilcox »

figured it out... font size 10px Arial doesn't render bold!!!! Wow that is amazing. Made a change and everything looks good.
Nick Wilcox
Web Developer
ServerSide, Inc.
http://www.serverside.net
Post Reply