music player |
music player |
Oct 5 2006, 05:24 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jun 2005 Member No: 161,098 |
So I use this code:
<style>td td object {position:absolute; left:0px; top:0px; display:block; width:0px; height:0px;}</style> to hide my music player. It says if you leave everything 0 it would just hide. I did leave everything 0 but it still showed but on the top left side. He!p! |
|
|
|
![]() |
Oct 5 2006, 05:26 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Try changing the code to this:
CODE <style>td td object {position:absolute; left:0px; top:0px; display:none; visibility: hidden; width:0px; height:0px;}</style> or CODE <style>td td object { display:none; visibility: hidden; }</style>
|
|
|
|
Oct 5 2006, 07:18 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jun 2005 Member No: 161,098 |
yeah those codes worked but now theres no music playing at all.
|
|
|
|
![]() ![]() |