Alright... well I have a myspace Div Overlay... layout. I made a background for it and when I add it on it the div goes away and everything looks messed up. http://myspace.com/dejoisgod The layout was premade but I edited a lot of it and changed menus and added code as well as the latest comment thing which is animated. So um, anyone know how to add a background to the Div?
top of About me section Code: <style type="text/css"> .Main { position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} </style> who i'd like to meet section Code: <DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top">[YOUR CONTENT GOES HERE]</td> </tr> </table> </DIV>