Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:22
pageclass not fully working: font-weight not working [solved
Poster: nwilcox
Dated: Tuesday February 26 2008 - 20:02:41 GMT
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:
.selectedMenuItem {
font-weight: bold;
text-decoration: none;
color: red;
}
font-weight: bold;
text-decoration: none;
color: red;
}
http://clients2.serverside.net/serversi ... aspx?id=42
Any suggestions?
Re: pageclass not firing completely
Poster: nwilcox
Dated: Wednesday February 27 2008 - 20:32:09 GMT
figured it out... font size 10px Arial doesn't render bold!!!! Wow that is amazing. Made a change and everything looks good.