Website Tutorials
Recipes
Entertainment Reviews
Home Remedies
Game Codes and Cheats
Skem9 Website Tutorials | Submited Dec 19, 2007
Simple
.37182{hide the default buttons}
#ContactTable a img{visibility:hidden}
.37182{add link}
a.add2buds{
background:#000 url(IMAGE_URL_HERE) center top no-repeat;
height:35px;
width:125px;
display:block;
}
.37182{block link}
a.blockbud{
background:#000 url(IMAGE_URL_HERE) center top no-repeat;
height:35px;
width:125px;
display:block;
}
.37182{message link}
a.messagebud{
background:#000 url(IMAGE_URL_HERE) center top no-repeat;
height:35px;
width:125px;
display:block;
margin-top:-16px;
}
Positioning
.37182{hide the default buttons}
#ContactTable a img{visibility:hidden}
.37182{add link}
a.add2buds{
background:#000 url(IMAGE_URL_HERE) center top no-repeat;
height:35px;
width:125px;
display:block;
top:-100px;
left:-100px;
position:relative;
}
.37182{block link}
a.blockbud{
background:#000 url(IMAGE_URL_HERE) center top no-repeat;
height:35px;
width:125px;
display:block;
top:-100px;
left:-100px;
position:relative;
}
.37182{message link}
a.messagebud{
background:#000 url(IMAGE_URL_HERE) center top no-repeat;
height:35px;
width:125px;
display:block;
margin-top:-16px;
top:-100px;
left:-100px;
position:relative;
}
Hovers
.37182{message link hover}
a.messagebud:hover{background:#000 url(IMAGE_URL_HERE) no-repeat;}
.37182{block link hover}
a.blockbud:hover{background:#000 url(IMAGE_URL_HERE) no-repeat;}
.37182{add link hover}
a.add2buds:hover{background:#000 url(IMAGE_URL_HERE) no-repeat;}
on-hover messages
a.messagebud:hover:before{
content:'YOUR_MESSAGE_HERE';
display:block;
position:absolute;
left:50%;
margin-left:-400px;
margin-top:-40px;
background:#000;
text-align:left;
width:135px;
height:200px;
text-decoration:none !important;
border:0 !important;
}
~ 02/29/08, 3:14pm
1