nobody
February 8, 2003, 8:25pm
1
any clue why this isnt working? when i hover over the links or when its active the underline and overline dont show up… why?
<style>
A:link {color:#CC0000;text decoration:none}
A:active {color:#CC0000;text-decoration:underline overline}
A:hover {color:#CC0000;text-decoration:underline overline}
A:visited {color:#CC0000;text-decoration:none}
</style>
system
February 8, 2003, 8:32pm
2
Well your text decoration for the regular a must have a dash through it for one.
And the other, no clue, it works for me… :-\
<style>
A:link {color:#CC0000;text-decoration:none}
A:active {color:#CC0000;text-decoration:underline overline}
A:hover {color:#CC0000;text-decoration:underline overline}
A:visited {color:#CC0000;text-decoration:none}
</style>
Oh yeah, and put your code between [PHP<I></I>][<I></I>/PHP] vB tags otherwise the board will convert it.
system
February 8, 2003, 8:34pm
4
it still isnt working…
i dont get it
system
February 8, 2003, 8:35pm
5
Oh wait… I think I just noticed the problem. I will see whats up.
system
February 8, 2003, 8:35pm
6
can someone go to my site and tell me if it works?
http://xxviii.iwarp.com/
system
February 8, 2003, 8:41pm
7
i figured it out… it just doesnt work on email links
system
February 8, 2003, 8:44pm
8
that works on my computer…
system
February 8, 2003, 8:45pm
9
does it really?
but but but… im gonna kick my computer
system
February 8, 2003, 8:45pm
10
Jubba, I thought it worked too, apparently if you click it, and click off it, it stops doing the hover.
Try this instead
<style>
A {color:#CC0000;text-decoration:none;}
A:active {color:#CC0000;text-decoration:none;}
A:hover {color:#CC0000;text-decoration:underline overline;}
A:visited {color:#CC0000;}
</style>
system
February 8, 2003, 8:48pm
12
There is also this…
<style>
A {color:#CC0000;text-decoration:none;}
A:active {color:#CC0000;text-decoration:underline overline;}
A:hover {color:#CC0000;text-decoration:underline overline;}
A:visited {color:#CC0000;}
</style>
But you have to click off of the link first before your hover will actually work.
If none of these works… then theres something wrong with your system because they both work great for me.
system
February 8, 2003, 8:50pm
13
that first one you showed me worked except it kept an underline stayed when it was innactive
system
February 8, 2003, 8:52pm
14
???
The first one I gave you
<style>
A {color:#CC0000;text-decoration:none;}
A:active {color:#CC0000;text-decoration:none;}
A:hover {color:#CC0000;text-decoration:underline overline;}
A:visited {color:#CC0000;}
</style>
Only does the underline overline effect when hovered on and that is it. There was no text-decoration on it any other time.
system
February 8, 2003, 8:54pm
15
i misread somethin… forget what i said
system
February 8, 2003, 8:55pm
16
ok this thing is pissin me off cuz it should be really simple to fix but it just wont… ill think about later or somethin… but now i gotta go to work… thanks for helpin
system
February 8, 2003, 8:58pm
17
What browser are you using?
This should work, it works for me.
Anyone else can test?
system
February 9, 2003, 4:13am
18
im usin internet explorer somethin… im sure its relatively new… im not sure
system
February 9, 2003, 4:16am
19
I use IE6, but that CSS code works on at least IE 5 I believe.
system
February 9, 2003, 4:19am
20
hmmm… well im bored so im gonna give it another go