adding another DIV table?, how? |
adding another DIV table?, how? |
Jul 31 2007, 01:59 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: May 2007 Member No: 528,002 |
i want 2 new boxes...
one a comment box and second for a marquee of top friends which i know how to do! i have tried adding a div 2 in my about me and in who id like to meet and the table doesnt appear! my page if this helps! code for div 1 used the same for div 2 and changing the name! CODE .div1 { background-color:ffffff; color:000000; border:0px solid; border-color:silver; width:400px; height:440 px; overflow:auto; position:absolute; z-index:2; left:30%; top:0%; margin-left:-200px; margin-top:60px; text-align:center; visibility:visible;} hope that isnt too confusing |
|
|
|
tombird06 adding another DIV table? Jul 31 2007, 01:59 PM
Clashing you probably need to increase the stacking of the ... Jul 31 2007, 02:05 PM
tombird06 CODE<div class="div1"> text here ... Jul 31 2007, 02:05 PM
tombird06 found the problem!
i had an CODE</div... Jul 31 2007, 02:21 PM![]() ![]() |