moving the myspace mp3 player isnt working for me...., any idea why? |
moving the myspace mp3 player isnt working for me...., any idea why? |
Jun 24 2006, 11:07 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jun 2006 Member No: 428,773 |
Move Myspace MP3 Player
that code. whenever i try to change th margin-left, it doesn't move anywhere. margin-top does. any ideas how to help? my myspace is http://myspace.com/stewiemylove that empty space in the main area is where i intend to put it. at the left. THAT OR up in the very very top left corner. |
|
|
|
![]() |
| *This Confession* |
Jun 25 2006, 01:38 AM
Post
#2
|
|
Guest |
CODE <style type="text/css"> embed {position:absolute; margin-top:-500px; margin-left:-1000px; height:150px; width:70px;} </style> or you could just hide it if you want? CODE <style>embed{
visibility:visible; position:absolute; top:0; left:0; width:1; height:1; }</style> |
|
|
|
![]() ![]() |