Website Tutorials
Recipes
Entertainment Reviews
Home Remedies
Game Codes and Cheats
MySpace Website Tutorials | Submited Dec 10, 2007
Notes:
Simple Divider
.37182{simple divider, no text}
.blacktext10{
display:block;
background-color:000;
background-image:url(IMAGE_URL_HERE);
background-repeat:repeat-x;
height:25px;
font-size:0;
letter-spacing:-37182px;
}
Divider with text
.37182{Divider with text}
.blacktext10{
display:block;
background-color:000;
background-image:url(IMAGE_URL_HERE);
background-repeat:repeat-x;
height:25px;
font-size:12px;
color:ffffff;
}
Divider with text on top
.37182{divider with text on top}
.blacktext10{
display:block;
background-color:000;
background-image:url(IMAGE_URL_HERE);
background-position:bottom;
background-repeat:repeat-x;
height:40px;
color:FFF;
text-align:center;
}
Divider with text on Bottom
.37182{divider with text on bottom}
.blacktext10{
display:block;
background-color:000;
background-image:url(IMAGE_URL_HERE);
background-position:top;
background-repeat:repeat-x;
height:20px;
color:FFF;
text-align:center;
padding-top:20px;
}
Divider on the bottom of each comment
.37182{divider at the bottom of each comment}
.columnsWidening{
display:block;
background-color:000;
background-image:url(IMAGE_URL_HERE);
background-position:bottom;
background-repeat:repeat-x;
color:FFF;
text-align:center;
padding-bottom:23px;
}
.commentlinks{margin-bottom:-20px}
~ 12/14/07, 3:24am
1