The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hover glow effect

2 posters

Go down

Hover glow effect Empty Hover glow effect

Post by HyperActive July 22nd 2012, 9:17 am

What is the code so when i hover over a link, it glows, not the hover link color in ACP > Display > Colors
HyperActive
HyperActive
Forumember

Male Posts : 374
Reputation : 10
Language : English
Location : Virginia

http://forumpeak.com/

Back to top Go down

Hover glow effect Empty Re: Hover glow effect

Post by MassKilling July 22nd 2012, 10:02 am

put this in your css
Code:
a:link:focus, a:link:hover {
  text-decoration: none !important;
  -moz-text-blink:  none;
  -moz-text-decoration-color:
    -moz-use-text-color;
  -moz-text-decoration-line: none;
  -moz-text-decoration-style: solid;
  text-shadow:  0px 2px 13px #f5a911, 0px 2px 13px #f5a911, 0px 2px 13px #f5a911;
}
MassKilling
MassKilling
Forumember

Male Posts : 33
Reputation : 2
Language : Indonesia
Location : Indonesia

Back to top Go down

Back to top


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