Hide music myspace player?, HELP! |
Hide music myspace player?, HELP! |
Nov 19 2009, 10:47 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 |
What's the code? :)
Thanks! |
|
|
|
![]() |
Nov 20 2009, 07:10 AM
Post
#2
|
|
|
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. |
|
|
|
ZeT0 Hide music myspace player? Nov 19 2009, 10:47 PM
Lizzie_ i was using a code for this but in a few weeks lat... Nov 19 2009, 11:19 PM
ZeT0 I don't intend to hide it off the screen.
I wa... Nov 20 2009, 12:17 AM
fixtatik Same code you use to move the music player. Instea... Nov 20 2009, 05:33 AM![]() ![]() |