Myspace Div Question...

Discussion in 'Spam Heaven' started by FTWrath, Apr 6, 2007.

  1. FTWrath

    FTWrath Well-Known Member

    Age:
    36
    Posts:
    886
    Likes Received:
    0
    Joined:
    Oct 8, 2005
    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?
     
  2. .ZERO

    .ZERO Well-Known Member

    Posts:
    2,220
    Likes Received:
    1
    Joined:
    May 28, 2006
    Location:
    #gamerenders
    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>
    
     
  3. Greasy Pete

    Greasy Pete Senior Member

    Age:
    34
    Posts:
    9,314
    Likes Received:
    0
    Joined:
    May 15, 2005
    Location:
    Massachusetts
    thats a pretty sick layout im not gonna lie..


    do you think i could get it but the colors changed?
     
  4. FTWrath

    FTWrath Well-Known Member

    Age:
    36
    Posts:
    886
    Likes Received:
    0
    Joined:
    Oct 8, 2005
    Didn't work but thanks anyways.
    Um I dunno... I'll think about it.
     
  5. FTWrath

    FTWrath Well-Known Member

    Age:
    36
    Posts:
    886
    Likes Received:
    0
    Joined:
    Oct 8, 2005
    So, does anyone else know a solution?
     

Share This Page