Link Hover Effect
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Link Hover Effect
How can i add an effect when i hover over some links???
like a glow or glitter when i hover on a link??
like a glow or glitter when i hover on a link??
Last edited by pidot101 on December 18th 2011, 7:18 am; edited 1 time in total

FL.ux- Forumotion Member
-

Posts: 842
Age: 16
Language: I hope I could be a FM staff :'(
Location: I shall fly to the subterranean sky.
Points: 763
Join date: 2011-11-13
Re: Link Hover Effect
Hi =D
For the Glow effect ... You can do it using the CCS propiety "shadow" on your links .. you just have to put this in your stylsheet (Administration pannel >>Display>>color>>CSS stylsheet):
But for the glitter effect... I don't know, maybe you can put a glitter backgound image on your links ...
Have nice day ♥
For the Glow effect ... You can do it using the CCS propiety "shadow" on your links .. you just have to put this in your stylsheet (Administration pannel >>Display>>color>>CSS stylsheet):
- Code:
a:hover{
text-shadow: 0px 0px 10px #000000;/*you can put the color you want instead of #000000*/;}
But for the glitter effect... I don't know, maybe you can put a glitter backgound image on your links ...
Have nice day ♥
Re: Link Hover Effect
If you wanna it for all links this will make it glitter when you hover over the links.
- Code:
a:hover {
background: url(http://i752.photobucket.com/albums/xx164/optiikzz/rc599e.gif);
}
Re: Link Hover Effect
or this is a better hover code i like this more
- Code:
a:link:hover {
text-shadow: 0 0 0.7em #8B0000;
}
a:link {
text-decoration: none;
color: #32FA00;
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
{
color: #000000;
text-shadow: -1px 1px 8px #FFFFFF, 1px -1px 8px #FFFFFF;
}
™X-jvlr.FR3$H-X™- Forumotion Member
- Posts: 45
Language: english
Points: 44
Join date: 2011-09-07
Re: Link Hover Effect
™X-jvlr.FR3$H-X™ wrote:or this is a better hover code i like this more
- Code:
a:link:hover {
text-shadow: 0 0 0.7em #8B0000;
}
a:link {
text-decoration: none;
color: #32FA00;
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
{
color: #000000;
text-shadow: -1px 1px 8px #FFFFFF, 1px -1px 8px #FFFFFF;
}
where do i put the glitter effects???

FL.ux- Forumotion Member
-

Posts: 842
Age: 16
Language: I hope I could be a FM staff :'(
Location: I shall fly to the subterranean sky.
Points: 763
Join date: 2011-11-13
Re: Link Hover Effect
Place it in your css stylesheet.
WHITESABBATH- Forumotion Member
-

Posts: 932
Points: 1960
Join date: 2009-03-28

FL.ux- Forumotion Member
-

Posts: 842
Age: 16
Language: I hope I could be a FM staff :'(
Location: I shall fly to the subterranean sky.
Points: 763
Join date: 2011-11-13
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

Home


by FL.ux on December 17th 2011, 8:00 pm







