Website Tutorials
Recipes
Entertainment Reviews
Home Remedies
Game Codes and Cheats
MySpace Website Tutorials | Submited Jan 6, 2008
Notes
Hiding Bottom section
.37182{this hides the links and mood}
table.profileInfo td table td{visibility:hidden}
.37182{this brings back all the info}
table.profileInfo .text{visibility:visible;}
Hide just the links
.37182{hide the pics | videos links}
.profileInfo a{visibility:hidden}
.37182{bring back the default picture}
.profileInfo a img{visibility:visible;}
Have some fun
.37182{hide the links when you click them
.profileInfo a:active{dsiplay:none}
.37182{take the affect off the default pic}
.profileInfo a:active img{display:inline}
Shorten the profileInfo box
.37182{resize the picture to make sure you don't break it}
.profileInfo a img{height:120px;}
.37182{make the box shorter so you can't see the links}
.profileInfo table{display:block; overflow:hidden; height:160px;}