The forum of the forums
Welcome on the Forumotion Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....



Create a free forum like this one.

Link Hover Effect

View previous topic View next topic Go down

Solved Link Hover Effect

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

How can i add an effect when i hover over some links???

like a glow or glitter when i hover on a link?? bwi bwi


Last edited by pidot101 on December 18th 2011, 7:18 am; edited 1 time in total

FL.ux
Forumotion Member

Male
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

Back to top Go down

Solved Re: Link Hover Effect

Post by Seriwyth on December 18th 2011, 5:33 am

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):

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 ♥


Seriwyth
Forumotion Member

Female
Posts: 5
Age: 20
Language: French :: english :: spanish
Location: Vitrolles (France)
Points: 3
Join date: 2011-05-11

http://gharendar.forums-actifs.com/

Back to top Go down

Solved Re: Link Hover Effect

Post by Matti_7 on December 18th 2011, 5:50 am

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);
}

Matti_7
Forumotion Member

Posts: 578
Language: Albanian, English, Norwegian | HTML | CSS | jQuery Learning
Location: Albania » Norway
Points: 477
Join date: 2011-09-27

http://csshelp.forumotion.net/

Back to top Go down

Solved Re: Link Hover Effect

Post by ™X-jvlr.FR3$H-X™ on December 18th 2011, 6:37 am

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

Back to top Go down

Solved Re: Link Hover Effect

Post by FL.ux on December 18th 2011, 6:57 am

™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

Male
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

Back to top Go down

Solved Re: Link Hover Effect

Post by WHITESABBATH on December 18th 2011, 8:04 am

Place it in your css stylesheet.

WHITESABBATH
Forumotion Member

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

Back to top Go down

Solved Re: Link Hover Effect

Post by Sanket on December 18th 2011, 11:12 am

Solved?

Sanket
Administrator
Administrator

Male
Posts: 37148
Age: 28
Language: English
Location: Mumbai
Points: 128148
Join date: 2008-10-01

http://webartzforum.com

Back to top Go down

Solved Re: Link Hover Effect

Post by FL.ux on December 18th 2011, 4:27 pm

yes..

Twisted Evil

FL.ux
Forumotion Member

Male
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

Back to top Go down

Solved Re: Link Hover Effect

Post by Sanket on December 18th 2011, 10:17 pm

Topic Solved & Locked

Sanket
Administrator
Administrator

Male
Posts: 37148
Age: 28
Language: English
Location: Mumbai
Points: 128148
Join date: 2008-10-01

http://webartzforum.com

Back to top Go down

View previous topic View next topic Back to top


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