keeping details in DIV overlay |
keeping details in DIV overlay |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jul 2006 Member No: 443,594 ![]() |
I've already made my div overlay and gotten it to look the way i wanted, i was just wondering how I can add my details to it. Not the original myspace details box, just something that looks similiar like the way this guy has his...
here |
|
|
![]() |
![]()
Post
#2
|
|
-Lost in the void- ![]() ![]() ![]() ![]() Group: Member Posts: 103 Joined: Aug 2006 Member No: 452,563 ![]() |
"well yeah, i could easily just do that. but i wanted the sort of look of the details table too"
um that's rather simple ![]() CODE <table id="Table1" bgcolor="6699cc" border="1" bordercolor="6699cc" cellpadding="0" cellspacing="0" width="300">
<tbody> <tr> <td class="text" wrap="" style="" align="left" bgcolor="6699cc" valign="middle" width="300"> <span class="whitetext12">Table Heading</span> </td> </tr> <tr valign="top"> <td> <table id="Table2" align="center" bgcolor="ffffff" border="0" bordercolor="000000" cellpadding="3" cellspacing="3" width="300"> <tbody> <tr> <td valign="top" align="left" bgcolor="b1d0f0"> content for the new table </td> <td valign="top" align="left" bgcolor="b1d0f0"> content for the new table </td> </tr> <tr> <td valign="top" align="left" bgcolor="b1d0f0"> content for the new table </td> <td valign="top" align="left" bgcolor="b1d0f0"> content for the new table </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> |
|
|
![]() ![]() |