Status
Not open for further replies.

AJ Blacklisted

Active Member
1,211
2011
140
10
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.
Back
Top