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 |
|
|
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
would something like this work?
http://www.createblog.com/forums/index.php?showtopic=141887 |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jul 2006 Member No: 443,594 ![]() |
that'd be great... it just doesnt show up in my div overlay :/
|
|
|
*[2]Nekked* |
![]()
Post
#4
|
Guest ![]() |
uh...just type your details between the div tag?
|
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jul 2006 Member No: 443,594 ![]() |
well yeah, i could easily just do that. but i wanted the sort of look of the details table too
|
|
|
![]()
Post
#6
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
I doubt it . You can like type out your details in a regular myspace and take a screenshot and have an image.
But you can't position that table. |
|
|
![]()
Post
#7
|
|
-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> |
|
|
![]() ![]() |