CSS links
- Started
- Last post
- 8 Responses
- ganon
my external CSS has:
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ff00ff;}a:visited {
color: #cccccc;}a:hover {
color: #999999;
text-decoration: none;}a:active {
color: #999999;}
- foobar0
show off.
- ganon0
hahaha, i read your post and thought "what a dick!"...for some reason half of my post didnt come through...the rest of my css has:
a.work {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ff0000;
text-decoration: line-through;}a.work:visited {
color: #000000;
text-decoration: line-through;}a.work:hover {
color: #000000;
text-decoration: none;
background: #ffffff;}a.work:active {
color: #000000;}
- ganon0
keeps cutting me off!..when i test a <a class="work" href="www...."......, the hover visited active states work, but the normal link style defaults to plain tag specifications (the color and text decoration is that of just ) any ideas, its driving me mad!!!!
- ganon0
again!!!forget it sorry
- ********0
lol
- kpl0
stop putting angled brackets in your post and it won't.
- ganon0
one more time: when i test: a class="work", the hover visited active states work, but the style defaults back to plain aTag on the "link" state (ie the color, text decoration)...any ideas, help...this and pvan are messing with my brain!...
- unformatted0
try a.work:link {} style too