Hover Link Color

View previous topic View next topic Go down

HyperActive
HyperActive
Banned
Banned
Forum Posts : 42
Member Since : 2011-12-16

PostHyperActive 17/12/2011, 4:36 pm

Category: CSS Tutorials

It's a simple text-shadow:

On PunBB this would make all links glow:

PunBB:

Code:
.pun a:hover {
color: #8B0000;
text-shadow: 0 0 0.7em #8B0000;
}

You can use the text-shadow: 0 0 0.7em #8B0000 under any selector on your forum to make the letters that selector applays on glow.

phpBB 2:

Code:
a:link:hover {
text-shadow: 0 0 0.7em #8B0000;
}

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

 
Permissions in this forum:
You cannot reply to topics in this forum