|
Hello, I want to learn how to have multiple designations to one rollover class such as: p, H1, .newclass, H2 a:visited - what is the best way to do this? the way I have it here doesn't work.
Also, I have a ID style:
#leftnav { padding-left: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 22px; color: #666666; }
This works but then it causes bugs, is this how you would write the rollovers for an ID style? With a pound sign in front? I cant find any other style sheets written like this...
#leftnav a:link { color: #666666; text-decoration: none; }
#leftnav a:hover { background: #666666; color: #e8e8dd !important; text-decoration: none; }
#leftnav a:visited { color: #666666; text-decoration: none; }
|