View Full Version : graphic flares or sparkles
puertoblack2003
01-10-2006, 10:21 PM
hey been wondering is there a hack or add on for this great effect i want to add it but no luck in finding it..check out this site and click on anything rather it's thread or home and see the little sparks.. :nervous:
http://www.idenfusion.com/forums.php?
thanks in advance
KW802
01-10-2006, 11:46 PM
It's a CSS trick of using an animated gif as the anchor background when you hover on it. View the source and look for link-back.gif, you'll see the code.
PS: Where are you at in Philly? I was born & raised in Norristown which is a few minutes away.
puertoblack2003
01-10-2006, 11:53 PM
It's a CSS trick of using an animated gif as the anchor background when you hover on it. View the source and look for link-back.gif, you'll see the code.
PS: Where are you at in Philly? I was born & raised in Norristown which is a few minutes away.
thank you sir man i've been looking for it for about 2 weeks
yes i'm from philly :smoke: and actually about i say 30 to 34 mins...if you know transportation we sub contract from Septa paratransit..i've been in that part of town..lol :nervous:
again thanks
hey kw having problems looking 4 it can you give a hint...lol please
thanks
KW802
01-11-2006, 01:16 AM
At it's simplest (a basic anchor tag) the code is...a:hover{background-image:url('images/link-back.gif');}
A:hover { POSITION: relative; TOP: 1.0px; LEFT: 1.0px; }Depending upon how complicated your style is (eg: there is a different named CSS style for links in the header, tables, etc.) you might have to define the hover graphic in a few different places.
puertoblack2003
01-11-2006, 11:07 AM
At it's simplest (a basic anchor tag) the code is...a:hover{background-image:url('images/link-back.gif');}
A:hover { POSITION: relative; TOP: 1.0px; LEFT: 1.0px; }Depending upon how complicated your style is (eg: there is a different named CSS style for links in the header, tables, etc.) you might have to define the hover graphic in a few different places.
thanks i'll give it a try... :ermm:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.