A:link A:hover A:problems

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>

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.

i feel stupid
thanks

it still isnt working…
i dont get it

Oh wait… I think I just noticed the problem. I will see whats up.

can someone go to my site and tell me if it works?
http://xxviii.iwarp.com/

i figured it out… it just doesnt work on email links

that works on my computer…

does it really?
but but but… im gonna kick my computer

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>

didnt work…

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.

that first one you showed me worked except it kept an underline stayed when it was innactive

???

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.

i misread somethin… forget what i said

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

What browser are you using?

This should work, it works for me.

Anyone else can test?

im usin internet explorer somethin… im sure its relatively new… im not sure

I use IE6, but that CSS code works on at least IE 5 I believe.

hmmm… well im bored so im gonna give it another go