View Full Version : Glowing links


QueenIce102
11-15-2004, 04:25 AM
Hey! I'm helping my friend with his Xanga, and I'm wondering if there is a code that can make all of the links on his site black with a red glowish look in the backround of it. Can anyone help me? Thanks in advance!

JiNgLeBeLLz77
11-15-2004, 06:13 AM
use this =] you can change the strength

filter:glow(color=FF0000,strength=2); height=6;

QueenIce102
11-15-2004, 06:23 AM
Thanks! Hmm.. now... how exactly would I go about adding that into the header?... I know I have to have some other HTML/CSS with it cause I have something similar to that on my page.

QueenIce102
11-16-2004, 01:16 AM
I'm still having trouble inserting that into the header. What other scripting needs to go with it?

tokyo bleu
11-16-2004, 04:02 AM
Did you put it in CSS tags?

QueenIce102
11-16-2004, 05:28 AM
hmm... lemme see... does this look right?

<style type="text/css">
A:link
{text-decoration: underline
color: #000000
filter:glow(color=FF0000, strength=2); height=6}
</style>

tokyo bleu
11-16-2004, 06:20 AM
It should be:
<style type="text/css">
A:link
{text-decoration: underline;
color: #000000;
filter:glow(color=FF0000, strength=2);
height=6;}
</style>

Actually, I'm unsure if the height=6 should be separate. I would've figured that it was part of the (color=FF0000, strength=2, height=6), but you can mess around with it.

HisakataWarabe
11-21-2004, 09:08 PM
do u guyz kno how 2 put that glowy thingy to show only wen sumone hover over the link???

tokyo bleu
11-21-2004, 09:17 PM
You would change A:link to a:hover.

vanillacokemeeh
11-21-2004, 09:17 PM
here:

<style type="text/css">
A:hover
{text-decoration: underline;
color: #000000;
filter:glow(color=FF0000, strength=2);
height=6;}
</style>

HisakataWarabe
11-21-2004, 09:54 PM
thanx both of u!

HisakataWarabe
11-21-2004, 10:01 PM
one more thing... now that i have that wen i hover over my subscriptions and everything they move lower so its hard to go on the link u want

HisakataWarabe
11-21-2004, 10:04 PM
haha nvm i fixed it