music player |
music player |
Oct 17 2006, 05:17 PM
Post
#1
|
|
|
x.starr ![]() ![]() Group: Member Posts: 20 Joined: Mar 2005 Member No: 119,133 |
i used the code that i found on the scripts page
QUOTE <style>td td object {position:absolute; left:0px; top:0px; display:block; width:0px; height:0px;}</style> but i dunt wanan hide it, i jus wanna move it to the corner. but when i try to there's all this white space around it that i dunt want. can someone help? |
|
|
|
![]() |
Oct 17 2006, 05:26 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Use this:
CODE <style>td td object {position:absolute; left:0px; top:0px;}</style> or CODE <style>embed {position:absolute; left:0px; top:0px;}</style>
|
|
|
|
Oct 17 2006, 05:31 PM
Post
#3
|
|
|
x.starr ![]() ![]() Group: Member Posts: 20 Joined: Mar 2005 Member No: 119,133 |
the second code worked :) ty !!!
|
|
|
|
![]() ![]() |