Saturday, May 2, 2009

How do you hide you MySpace music player without stopping the song from coming on?

I've tried millions of times to hide my music player on MySpace, but, for some random reason, if I hide the music player, the song won't come on. Any suggestions?

How do you hide you MySpace music player without stopping the song from coming on?
That's because you're using the outdated code that addresses the object/embed and sets its size to zero, and since the change in Myspace's base code two months ago, that causes the audio to be truncated.



Use this new solution instead.



< style >


{! hide myspace song player !}


embed, object {filter:alpha(opacity=0.1); opacity:0.01; -khtml-opacity:0.01;}


{! unhide other embeds including video slider !}


td td td td embed, td td td object,


td.text embed, td.text object {filter:none; opacity:none; -khtml-opacity:none;}


{! move the interests table up a bit !}


.interestsanddetails {margin-top:-90px;}


< style >


it works =)

No comments:

Post a Comment