Help., With this div layout. |
Help., With this div layout. |
![]()
Post
#1
|
|
![]() Isabel ![]() ![]() ![]() Group: Member Posts: 45 Joined: Jun 2005 Member No: 159,076 ![]() |
Okay. Here's my myspace: My Myspace
Okay. Wha tI need help is with the white rectangle on my picture and half on my about me box, and you know. [I think you can notice it.] I think it's from my myspace music player, but I can't find out what's wrong with it. As you can see, the player is on the bottom right div box or whatever. Before I ever added the player, it was fine. When when I added it, it was in the middle. So I wanted to resize it and move it to where it is now. This is the code I'm currently using for moving it and resizing. CODE <style type="text/css"> embed, object {width:200px; height:35px;} </style> <style type="text/css"> object {position:relative; top:450; left:285px;} </style> Help? How do I get rid of the blank white space? ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 ![]() |
Uhm try this... hmm
CODE <style type="text/css"> .div2 { z-index: 9999999999999999999; } </style> OR OR OR OR ! In your div2 DIV.. try adding a <table> in between it. So it'd be like this; CODE <div class="div2">
<table><tr><td> <center><img src=http://i2.photobucket.com/albums/y31/Amerikanish/3izzy.png></center><br> My name is Isabella Yuna Susanna De Rossini. Call me Iz though. <br> I'll do this later. </td></tr></table> </div> |
|
|
![]() ![]() |