Hide stuff to prepare for Div Overlay
myspace hide everything code tutorial by Eileen
{! space between the tables!}
table table br, table div table td.text br {display:none}{! restore carriage return in your div }
table div table br, div table table br, table table div br {display:block;}{! restore carriage return in content tables }
table table table br, table div table td.text table br {display:block;}{! NOT google; some empty form!}
form {display:none;}{! show any form you put in your custom div !}
div.myCoreDiv form {display:block !important}{! There are a few cells which are a problem, due to how they are defined !}
{! one of these is the left column and explicit height assigned to it !}
{! another is the cell between the ad banner and the google search bar !}
table td {height:0px !important;}{! UnDo the effect on your custom Div. You must use your div class here, or you will effect the cell between the ad banner and the google search !}
div.myCoreDiv table td {height:auto !important}{! for those who want to move their div up behind the ad banner !}
div {position:relative; z-index:9}
div.myCoreDiv, div.myCoreDiv div {z-index:0}
!-START Block to put Friends and Comments in a Scroll Box-!
!-END Block to put Friends and Comments in a Scroll Box-!