Adding Sparkles Stars to Forum vB Links

snardley

New Member
Adding Sparks Sparkles Stars to Forum vB Links

Add the following code to your template skin in its proper place... the top of the footer will work:

Code:
<STYLE type="text/css">A:hover{background:url(http://i250.photobucket.com/albums/gg263/Street4004/linkback.gif);}hr{background-image:url(http://i250.photobucket.com/albums/gg263/Street4004/linkback.gif);}  a:hover img{background-image:url([url]http://i250.photobucket.com/albums/gg263/Street4004/linkback.gif);[/url] filter:alpha(finishopacity=0, style=2); border:1px solid; } </STYLE><br />
 

kuntul

New Member
that's cool ! i'm impressed by your forum looks

oops..but this link is death, does it has an impact then ?

Code:
http://i250.photobucket.com/albums/gg263/Street4004/linkback.gif
 

kuntul

New Member
snardley said:
store the gif anywhere you want locally on your forum and replace it in the code

i'm mean how do I get those .gif file if i couldn't open it ? should i create a new one ?
 

MobileHacks

New Member
add this code to your styles main css Main CSS and then in the 1st box headed Additional CSS Definitions also make sure you add it on a new line at the bottom

Code:
a:hover, a:active
{
    background: url(http://i250.photobucket.com/albums/gg263/Street4004/linkback.gif) repeat-x;
    color: #FF9900;
}
 

LiAmmx

New Member
Awesome.
Just added the code and repleced the link fro photobucket with one of my own and it works perfetcly in footer.
 

PePiTo

New Member
arcken said:
doesnt work in 3.7.3
Yes works on Version 3.7.3
also you can modified you own
here is mine for white skins
sparksvr6.gif
 

Cableguy59

New Member
Just right click on the image and click save as, or if you want to use the url were they are hosted at the minute, right click and copy image location, then paste the link in place of the ones in the file.

Code:
http://img518.imageshack.us/img518/8513/sparksvr6.gif

That's the link for the Red ones that are posted.
 

Ob3lix

New Member
Ya I know. but they were banned at that moment I posted that.

Anyway I edited it and I did this

4fbkglyy3xtds0hq42.gif


So if anybody wants that you can use it
 
Top