Hide music myspace player?, HELP! |
![]() ![]() |
Hide music myspace player?, HELP! |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 ![]() |
What's the code? :)
Thanks! |
|
|
![]()
Post
#2
|
|
![]() LiZEYRA ![]() ![]() ![]() Group: Member Posts: 41 Joined: Feb 2006 Member No: 369,762 ![]() |
i was using a code for this but in a few weeks later it showed up again so im not sure if there is a code for this anymore but here something similar
music button on the corner |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 ![]() |
I don't intend to hide it off the screen.
I want to hide it behind stuff. I guess I'll just use z-index. Thanks anyway. |
|
|
![]()
Post
#4
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
Same code you use to move the music player. Instead of adding positioning and dimensions, use display:none;. And for the part that allows videos and other Flash objects to show up, use display:inline;
|
|
|
![]()
Post
#5
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
There are lots of codes for this in the Scripts section, Zac. You should always look there first. But to do what Elia's saying, take this code:
CODE <style> object {position:absolute; height:295px; width:50px; left:50%; z-index:9;} object {top:0px!important; margin-left:-400px!important;} object object, td td td object, embed {position:static; margin:auto!important;} </style> And turn it into this: CODE <style> object {display: none;} object object, td td td object, embed {display: inline;} </style> That should do. Topic closed & moved. |
|
|
![]() ![]() |