|
| |
|
|
BeTheBall
Posts: 6381 Joined: 6/21/2002 From: West Point Utah USA Status: offline
|
Help modifying appearance of some links - 1/25/2005 12:38:05
I can use the following to have my links be green with a dashed underline: a:link {color: green;} a:visited {color: green;} a.active {color: green;} a:hover {background-color: #ffffff;} a {text-decoration: none;border-bottom: 1px dashed} My problem is this, I only want to apply the above style to some of the links on the page, not all. I thought I could do that by changing the above to: glossary.a:link {color: green;} glossary.a:visited {color: green;} glossary.active {color: green;} glossary.a:hover {background-color: #ffffff;} glossary.a {text-decoration: none;border-bottom: 1px dashed} And then chaning my link tag to add: class="glossary" Evidently, I am not quite on base. Any thoughts for this CSS wannabe?
_____________________________
Duane Some people are like Slinkies . . . Not really good for anything . . . . . But they still bring a smile to your face when you push them down a flight of stairs.
|
|
|
|
BeTheBall
Posts: 6381 Joined: 6/21/2002 From: West Point Utah USA Status: offline
|
RE: Help modifying appearance of some links - 1/25/2005 12:46:15
Nevermind. Found it. I need to have a.glossary not glossary.a. Must say I find CSS a blast!
_____________________________
Duane Some people are like Slinkies . . . Not really good for anything . . . . . But they still bring a smile to your face when you push them down a flight of stairs.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|