div help, maybe layers |
div help, maybe layers |
Nov 29 2005, 01:55 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2005 Member No: 211,981 |
i have been working on learning how to do div overlays for about a week. i keep getting so far and then something gets messed up so i start over. right now i am trying to get a custom friends list. i had the code generated and then i changed all of the colors. when i prev. it after i type the code, i see the friends. after i submit it and look at my profile, it goes away and all i can see is m background image. i know there must be something silly that i am missing. here is my code.
thanks now for all of the help. from ABOUT ME: <style type="text/css"> .main{ position:absolute; left:50%; top:150px; width:1000px; height:1000px; z-index:1 !important; margin-left:-500px; padding:0px; border:0px; background-color:transparent; background-image:url(http://www.geocities.com/ihatepunkkids/background.jpg) } .content{ width:5px; float:left; padding:5px 5px 5px 7px; margin:5px 0 0 5px; border:1px solid; } .comments {visibility:hidden;display:none;} .friends{ position:absolute; left:50%; top:550px; width:100px; height:100px; z-index:2 !important; margin-left:-500px; padding:0px; border:0px; background-color:transparent; } </style> FROM ID LIKE TO MEET: <div class="main"> <table style="width:1000px; height:800px; cellpadding:0px; cellspacing:0px; background-color:transparent; background-image=url(http://www.geocities.com/ihatepunkkids/background.jpg)"> <tr><td valign="top"> </div> <div class="comments"><table><tr><td><table><tr><td></div> <div class="friends"> <table border="0" bordercolor="000000" cellpadding="2" cellspacing="0" width="435"><tr> <td colspan="4" bgcolor="ffffff" width="100%" align="center"><span class="btext">I have <span class="redbtext">AWESOME</span> friends.</span></td> </tr><tr> <td> <table align="center" border="0" cellpadding="5" cellspacing="0" width="100%"><tr> <td align="center" bgcolor="000000" valign="top" width="1"><table align="center" border="0" cellspacing="0"><tr><td align="center" bgcolor="000000" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=34313804"><img src="http://myspace-978.vo.llnwd.net/00273/87/93/273263978_l.jpg" style="width:auto!important; width:90px; max-width:90px"></a></td></tr></table></td> <td align="center" bgcolor="000000" valign="top" width="1"><table align="center" border="0" cellspacing="0"><tr><td align="center" bgcolor="000000" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=25027689"><img src="http://myspace-463.vo.llnwd.net/00229/36/45/229705463_l.jpg" style="width:auto!important; width:90px; max-width:90px"></a></td></tr></table></td> <td align="center" bgcolor="000000" valign="top" width="1"><table align="center" border="0" cellspacing="0"><tr><td align="center" bgcolor="000000" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=14448728"><img src="http://myspace-067.vo.llnwd.net/00120/76/05/120685067_l.jpg" style="width:auto!important; width:90px; max-width:90px"></a></td></tr></table></td> <td align="center" bgcolor="000000" valign="top" width="1"><table align="center" border="0" cellspacing="0"><tr><td align="center" bgcolor="000000" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=2650049"><img src="http://myspace-483.vo.llnwd.net/00301/38/46/301866483_m.jpg" style="width:auto!important; width:90px; max-width:90px"></a></td></tr></table></td> </div> </td></tr></table><br><table class="rid"><tr><td><table style="display:none"><tr><td><table><tr><td> </div> THANKS AGAIN |
|
|
|
![]() ![]() |