owenm
Junior Member
Posts: 2
Registered: 9/18/2003
Location: San Diego, CA
Member Is Offline
|
| posted on 9/18/2003 at 02:10 AM |
|
|
Adding classes to scroll0.css
How can I add a class (and a 'hover' class) to scroll0.css so that only links in the Scroller window will appear different? (maybe
blue/bold/no underline for normal, and red/bold/underlined for mouseover). I've tried several different things but can't seem to make it
work well. (The only way I was able to make it work successfully was to creat classes called 'A' and 'A:hover', but then this
changed the way all links on the page changed). Any help would be appreciated...Thanks!
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/18/2003 at 09:31 AM |
|
|
You can use classifiers. E.g.
.TScrItemBody0 a
{color: #0077aa; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px; text-decoration: none; font-weight: bold;}
.TScrItemBody0 a:hover
{color: #ff0000; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px; text-decoration: underline; font-weight: bold;}
|
|
|
owenm
Junior Member
Posts: 2
Registered: 9/18/2003
Location: San Diego, CA
Member Is Offline
|
| posted on 9/18/2003 at 06:47 PM |
|
|
Thanks, the classifiers worked great!!
|
|
|