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 links will glow ?

3 posters

Go down

glow - Hover links will glow ? Empty Hover links will glow ?

Post by GPH April 10th 2012, 7:02 am

Need help how can i put or add some glows when i hover the mouse pointer in the links on my forum ? please help me thanks !
avatar
GPH
Forumember

Posts : 38
Reputation : 0
Language : english

http://extreme.forumtl.com/login

Back to top Go down

glow - Hover links will glow ? Empty Re: Hover links will glow ?

Post by Nera. April 10th 2012, 8:17 am

Hi,

You can set/make your glow here http://www.css3maker.com/
Choose the Text shadow in the CSS3 Styles options and make your glow. You'll be offered with a glow code on right like this:

Code:
text-shadow:5px 5px 5px #e31de3;

Than you'll add it to your forum like this:

Code:
a:hover {
    text-shadow: 5px 5px 5px #E31DE3;
}

But with your text shadow code if you want ofcourse.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

glow - Hover links will glow ? Empty Re: Hover links will glow ?

Post by PorkyPine V10 April 11th 2012, 2:53 am

Hover Glow:

Code:
a:link {
    text-decoration: none;
    color: #FF0814;
    text-shadow: none;
    -webkit-transition: 500ms linear 0s;
    -moz-transition: 500ms linear 0s;
    -o-transition: 500ms linear 0s;
    transition: 500ms linear 0s;
    outline: 0 none;
}

a:link:hover, a:link:focus {
text-decoration: none !important;
text-shadow: 0 0 0.9em red, 0 0 0.9em red, 0 0 0.9em red;
}

put in CSS
PorkyPine V10
PorkyPine V10
Forumember

Male Posts : 387
Reputation : 19
Language : English, Spanish, French, Japanese

http://gfx-creators.forumotion.com/

Back to top Go down

glow - Hover links will glow ? Empty Re: Hover links will glow ?

Post by GPH April 11th 2012, 4:26 am

Thank you for those who attemp to help me i shall try them...
avatar
GPH
Forumember

Posts : 38
Reputation : 0
Language : english

http://extreme.forumtl.com/login

Back to top Go down

Back to top

- Similar topics

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