Skip to content
WJunction - Webmaster Forum

Glow Effect on Links

Status
Not open for further replies.
Hello all,
I would like to add glow effect on members name when hover with mouse pointer. I am using animate skin for my forum http://devilarts.info/warez/ .
I can see these shadow effects on some links over the forum, but dont know
exactly where to modify and what to add, :facepalm:

any help would be appreciated+

AJ
 

2 comments

it's probably text-shadow css attribute

Code:
http://www.css3.info/preview/text-shadow/

modify the css value of the respective html tag.

PHP:
a:hover{
text-shadow: 
}
 
Status
Not open for further replies.

About the author

A
Active Member · Joined
1,211
Messages
140
Reactions
63
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom