PDA

View Full Version : need help with music skins


anel
June 13th, 2008, 10:40 AM
Okmy music skins are being werid, it's getting copyed in the bottom link's of myspace. idk why? anyone know acode that will stop this:saddam:

minnseoelite
June 13th, 2008, 10:45 AM
Never had that happen. Could be a myspace glitch or maybe it has to do with them starting to change things around

anel
June 13th, 2008, 10:48 AM
It's been like that since the bengingg for me. here's my code
<style>.notes {skin your myspace player;}table table div {width:295px; background-image:url(imageurlhere);background-position:center 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.2; filter: alpha(opacity=20);}table table td.text div object, table table td.text div embed {-moz-opacity:1.0; filter: alpha(opacity=20);}</style>

tacoflavoredkisses
June 13th, 2008, 11:03 AM
its the div tags.
the images are being applied in the same divs.
and yeah ive had people complain of the music skins images being applied to
scrollboxes, etc..
id love to know how to fix it. but im not to big on the myspace divs and sections.

anel
June 13th, 2008, 11:41 AM
anyone know?

jordansure
June 13th, 2008, 01:53 PM
Everyone has their own code. It's applied to like some span classes too. :/

stephysan
June 13th, 2008, 03:32 PM
not rlly.. evrryone has like the same code lol..

anel
June 13th, 2008, 03:48 PM
anyone :?:?:?:?

Enigmacsg
June 13th, 2008, 03:50 PM
Use this code and tell me if you have a problem:



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>

blaqheartedstar
June 20th, 2008, 08:00 PM
^ thanks for the codes... been wanting to make music skins... but hella lazy.
Both work fine, so far i just tested it on netscape.