Having problems with DHTML Menu? There is usually somebody here who knows the answer.
nwilcox
Mega Advanced
Posts: 269 Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:
Post
by nwilcox » Tue Feb 26, 2008 9:02 pm
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.
nwilcox
Mega Advanced
Posts: 269 Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:
Post
by nwilcox » Wed Feb 27, 2008 9:32 pm
figured it out... font size 10px Arial doesn't render bold!!!! Wow that is amazing. Made a change and everything looks good.