PDA

View Full Version : music skin code


glacialflash
May 30th, 2008, 07:06 PM
<style>table table div {width:295px; background-image:url(IMAGE);background-position:top left center;background-repeat: repeat;}table.userProfileURL div, table table td.text div {width:auto; background-color:transparent; background-image:none;}table table div object,table table div embed {-moz-opacity:0.3; filter: alpha(opacity=100);}table table td.text div object, table table td.text div embed {-moz-opacity:0.6; filter: alpha(opacity=50);}</style>



is this code right, a friend gave it to me

Enigmacsg
May 30th, 2008, 07:10 PM
I don't know but you can have these two where Andrew put them in a freebie topic which I can't find right now on the forum but I have them saved:

Hide Entire Music Player Making Background Visible only:

<style> table table div {width:295px; height:51px; background-image:url("IMAGE GOES HERE"); background-position:center center; background-repeat: repeat;} table.userProfileURL div, table table td.text div {width:auto; height:auto; background-color:transparent; background-image:none} table table div object, table table div embed {-moz-opacity:0.01; filter: alpha(opacity=1)} table table td.text div object, table table td.text div embed {-moz-opacity:0.01; filter: alpha(opacity=1)} </style>


Semi Transparent Player that shows some of the player still but mainly the background:

<style> table table div {width:295px; height:51px; background-image:url("IMAGE GOES HERE"); background-position:center center; background-repeat: repeat;} table.userProfileURL div, table table td.text div {width:auto; height:auto; background-color:transparent; background-image:none} table table div object, table table div embed {-moz-opacity:0.4; filter: alpha(opacity=40)} table table td.text div object, table table td.text div embed {-moz-opacity:0.4; filter: alpha(opacity=40)} </style>

glacialflash
May 30th, 2008, 07:23 PM
Thanks so much! repped