add table on v2.0 |
add table on v2.0 |
Aug 13 2009, 03:11 PM
Post
#1
|
|
![]() AileenWitIt ![]() ![]() Group: Member Posts: 28 Joined: Jul 2009 Member No: 738,879 |
So, this is the code I'm using... Btw, I'm not taking any credit for this, I found it online somewhere.
This is in my "who i'd like.." section CODE <div class="myidiv1"> <div style="text-align:center;"> <span class="meow">top friendsss</span> <br /> <img src="http://i25.tinypic.com/2isaalt.jpg" /> <img src="http://i28.tinypic.com/24nmxcw.jpg" /> <img src="http://i25.tinypic.com/2eznx2r.jpg" /> </div> </div> and this is in my css CODE div.column1 { position:relative; padding-bottom:150px; } div.myidiv1 { position:absolute; bottom:0px; left:0px; height:200px; width:100%; background-color: #f9f9f5; padding: 10px; border-left: 1px solid #503620; border-top: 1px solid #503620; border-right: 1px solid #503620; border-bottom: 1px solid #503620; font-size:10px; font-family: tahoma; font-color: 000000;} so, my prob. is, this new table is overlapping my "about me" and the width is slightly larger. I tried changing the width using pixels but that didn't work. How can I fix the position of it? Oh and also, why is the right border not showing?? btw, this is my myspace --> clicky |
|
|
|
Mike Replace your CSS codes with this:
CODEdiv.column1... Aug 13 2009, 05:45 PM
AileenWitIt That didn't work... :( I played around with it... Aug 14 2009, 12:09 AM
Mike Just play around with this bit here to move it aro... Aug 14 2009, 05:45 AM
AileenWitIt It worked! Thanksss. :) Good to close. Aug 14 2009, 02:31 PM
Mike Topic closed & moved. Aug 14 2009, 02:43 PM![]() ![]() |