Div tables? |
Div tables? |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 42 Joined: Jan 2006 Member No: 367,754 ![]() |
Hi! I am working on a div layer and was wondering how I add my own small tables with information like links for “add me” and little bits of information.
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 42 Joined: Jan 2006 Member No: 367,754 ![]() |
I'll show you my CSS because It's still not showing up. I'm messing this up somehow lol
|
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 ![]() |
QUOTE <style type=text/css> content</td></tr></table></div> .name {roo43i5;} </style> <style type="text/css"> table td div div font {visibility:hidden;} </style> <style type="text/css">.comments {visibility:hidden;display:none;}</style> <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> Do not place the <div class=".."> -- type thing in between your style codes. Also, assign them both a name and make sure they mirror each other. So if you assign the div a name of 'radio' you would have: <div class="radio">content content</div> somewhere NOT in your style tags .. and .radio {CSS PROPERTIES HERE} in your about me/CSS. Assign them a name, and make sure they are the same! Also, edit the CSS, or else nothing will show up. And then you can move onto positioning them and layering. |
|
|
![]() ![]() |