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.

glowing

3 posters

Go down

glowing Empty glowing

Post by kaithama June 23rd 2012, 8:45 pm

Whats the code for the hover glow effect? Like on here Forum when you scroll over the Categories.
Thanks

My forum Forum
avatar
kaithama
Forumember

Female Posts : 92
Reputation : 0
Language : English and a bit of Russian

http://tail-blazers.forumotion.com/

Back to top Go down

glowing Empty Re: glowing

Post by Sir Chivas™ June 24th 2012, 3:55 pm

Hi, Hello

Try this code: CSS
Code:
a:link { 
    text-decoration: none; 
    text-shadow: none; 
    -webkit-transition: 200ms linear 0s; 
    -moz-transition: 200ms linear 0s; 
    -o-transition: 200ms linear 0s; 
    transition: 200ms linear 0s; 
    outline: 0 none; 
}

If that doesn't work. Try this:
Code:
a:hover {
    background: url(Link of Image);
}

or this:
Code:
a:hover{
 text-shadow: 0px 0px 10px #000000;}
Note: Change #0000000 to the color you wish.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

glowing Empty Re: glowing

Post by kaithama June 24th 2012, 5:54 pm

Nope that doesn't work.
avatar
kaithama
Forumember

Female Posts : 92
Reputation : 0
Language : English and a bit of Russian

http://tail-blazers.forumotion.com/

Back to top Go down

glowing Empty Re: glowing

Post by musket June 24th 2012, 6:13 pm

In ACP >> Display >> Pictures and Colors >> Colors >> Colors and text size .. change the Hover link color to whatever color you want Smile

glowing Hover_10

ps. Your forum background is white in order that text should appear to glow you would have to have a dark background Smile
musket
musket
Helper
Helper

Male Posts : 1130
Reputation : 131
Language : English
Location : Northern Ireland

http://hemmingsdaman2.forumotion.co.uk/

Back to top Go down

glowing Empty Re: glowing

Post by kaithama June 25th 2012, 11:29 pm

Ok I tired that but it still won't work.
avatar
kaithama
Forumember

Female Posts : 92
Reputation : 0
Language : English and a bit of Russian

http://tail-blazers.forumotion.com/

Back to top Go down

Back to top

- Similar topics

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