Div tables? |
Div tables? |
Feb 10 2006, 02:26 PM
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.
|
|
|
|
![]() |
Feb 10 2006, 09:47 PM
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
|
|
|
|
Feb 10 2006, 09:56 PM
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. |
|
|
|
Chantelle_ Div tables? Feb 10 2006, 02:26 PM
Julie. <div class="nameofdiv"><table ... Feb 10 2006, 05:25 PM
Chantelle_ I tried it, but I don't see it on my div layer... Feb 10 2006, 08:04 PM
Julie. You may have to add a "z-index: 2" or hi... Feb 10 2006, 08:07 PM
Chantelle_ Where do I plug those in? Feb 10 2006, 08:23 PM
Julie. Where your codes are? The .nameofdiv { properties ... Feb 10 2006, 08:34 PM
Chantelle_ Hmm I'm still a tad bit confused on how and wh... Feb 10 2006, 08:42 PM
Julie. The CSS:
QUOTE.name {roo43i5;}
goes in between you... Feb 10 2006, 08:49 PM
Chantelle_ I'll probably adding it wrong or something...s... Feb 10 2006, 09:12 PM
Julie. Link? Feb 10 2006, 09:15 PM
Chantelle_ Clicky Feb 10 2006, 09:17 PM
Julie. Oh, goodness. You were using the [rather insane] e... Feb 10 2006, 09:25 PM
Chantelle_ Do I place
.nameofDIV { properties! }
Anywh... Feb 10 2006, 09:38 PM
Julie. No.. that's entirely up to you. I mean, if you... Feb 10 2006, 09:41 PM
Chantelle_ Still nothing this is what is in my "I'd ... Feb 10 2006, 10:15 PM
Julie. Place the new DIV coding "<div class=... Feb 10 2006, 10:30 PM
Chantelle_ never mind... Feb 11 2006, 12:50 PM![]() ![]() |