How to Hide Everything on Myspace
written by Feed the DragonPut the following in your "About Me" section
<style type="text/css">
.btext, .contacttable, .lightbluetext8, .nametext, .orangetext15, .redlink, .whitetext12, .text .text {display:none;}
div table td font, table td div, td.text table, table table table {visibility:hidden;}
div table table td font a, table table td div, td.text table table, td.text table table td.text {visibility:visible;}
</style>
Put the following within your "Who I'd like to meet" section
<div class="divname">div content goes here</div>
Put the following in your Interests Section. This style sheet is the one you use edit your page.
<style type="text/css"> a.navbar:active, a.navbar:visited, a.navbar:link { color:808080; }
a.navbar:hover { color:ffffff; }
body {background-color: 408080;}
table, tr, td {background:transparent;}
.divname { background-color: transparent; margin-left: -200px; position: absolute; z-index: 2; height: 300px; width: 400px; left: 50%; top: 190px;border: 1px solid red; overflow: auto;} </style>
That will hide everything and put a box on the page with a redborder that is defined within the .divname class.







