html code for it...
thank you
How do i hide the music thing in myspace? i just have the regular one, but i want to hide it. anyone have the?
%26lt;style%26gt;EMBED{width:0px;height:0px;} div table table table td font {visibility:visible;} table table embed {display:block; position:absolute; top:11px; left:0px; visibility:visible;} table table table embed {position:static;} .herpe td td object {position:absolute; left:40%; margin-left:-150px; top:300px;}%26lt;/style%26gt;%26lt;style type="text/css"%26gt;embed, object {display:block; width:0px; height:0px;}%26lt;/style%26gt;
here is the code.
hope it helps =)
How do i hide the music thing in myspace? i just have the regular one, but i want to hide it. anyone have the?
Support Chr15.net
Hide Player
%26lt;style%26gt;
embed, object {width:0px; height:0px;}
table table table embed,
table table table object
{width:425px; height:350px;}
%26lt;/style%26gt;
How do i hide the music thing in myspace? i just have the regular one, but i want to hide it. anyone have the?
Hide MP3 Player
Place the following code into your "About Me" section of your profile
%26lt;style type="text/css"%26gt;td td embed { width:0px;height:0px; }%26lt;/style%26gt;
http://www.freecodesource.com/index.php?...
_________________
MP3 Player
Place the following code into your "About Me" section of your profile
%26lt;style type="text/css"%26gt;
td td embed { display:none; }
%26lt;/style%26gt;
http://www.mygen.co.uk/index.php?page=ge...
How do i hide the music thing in myspace? i just have the regular one, but i want to hide it. anyone have the?
There are multiple ways to do this, and what works best for you depends on what else is on your page.
1) Size to Zero. This is the most common one I have seen used.
You then need to explicitly resize ALL other objects/embeds that are at the same level or deeper. If you have none, this works well.
2) Push the player off the page using absolute positioning.
Now you only need to set the position to static, on other effected elements. This is easier than trying to explicitly reset the size of each object/embed.
If you have multiple additional objects/embeds on your page, this is probably a better choice than 1.
You can find the code here:%26lt;a href="http://meliorate-myspace-musicplay... Hiding the myspace music player, to hide or not to hide%26lt;/a%26gt;
The article offers some other alternatives as well.
No comments:
Post a Comment