Website Tutorials
Recipes
Entertainment Reviews
Home Remedies
Game Codes and Cheats
MySpace Website Tutorials | Submited Nov 19, 2007
Notes;
non-scrolling
.7F{'squash' the friends, from http://abrax.us}
td.text table table table, td.text table table td {width:0; padding:0}
.7F{Customize the friend space text}
.orangetext15{background-color:0a0a0a; color:333333; display:block; font-family:Geneva; text-transform:uppercase;}
.bText{color:333333;}
.redBText{font-size:25px; color:FF0000;}
.7F{shrink the pictures and hide the text to avoid constant editing}
.friendSpace a img{height:70px; width:70px; padding:0; border:0; margin-bottom:-10px}
.friendSpace a{font-size:0; letter-spacing:-30px}
.7F{position the actual friends}
.friendSpace{
position:absolute;
left:50%;
top:200px;
margin-left:-200px;
}
scrolling
.7F{'squash' the friends, from http://abrax.us}
td.text table table table, td.text table table td {width:0; padding:0}
.7F{Customize the friend space text}
.orangetext15{background-color:0a0a0a; color:333333; display:block; font-family:Geneva; text-transform:uppercase;}
.bText{color:333333;}
.redBText{font-size:25px; color:FF0000;}
.7F{shrink the pictures and hide the text to avoid constant editing}
.friendSpace a img{height:70px; width:70px; padding:0; border:0; margin-bottom:-10px}
.friendSpace a{font-size:0; letter-spacing:-30px}
.7F{position the actual friends}
.friendSpace{
position:absolute;
left:50%;
top:200px;
margin-left:-200px;
display:block;
overflow:auto;
height:300px;
width:400px;
}