MYSPACE New Standalone plater Help, Need help with the CSS in moving the new Myspace Standalone player |
MYSPACE New Standalone plater Help, Need help with the CSS in moving the new Myspace Standalone player |
Sep 25 2008, 01:01 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Validating Posts: 12 Joined: Jun 2007 Member No: 538,276 |
I just realized that myspace has changed their standalone player for their music profiles. The code I was using to move it isn't working anymore
CODE <style>.a {position 4 song band player} td.text object {position:absolute; top:1597px; _top:1597px; left:440px; _left:564px; z-index: 3; } td.text td td object {position:static; margin-left:0px;}</style> I've tried replaceing the ID name with "profile_mp3Player" but that doesn't work either. i'm not that all great with CSS so i'm trying to figure this out. Can anyone help me? |
|
|
|
![]() |
Sep 28 2008, 01:49 PM
Post
#2
|
|
|
Member ![]() ![]() Group: Validating Posts: 12 Joined: Jun 2007 Member No: 538,276 |
I tried that and it still didn't work. The closest thing I got was this code I got from another topic
CODE <style type="text/css"> object { position:absolute; margin-top: 1597px; margin-left: 440px; _margin-top: 1597px; _margin-left: 564px; z-index: 9;} </style> this moves the standalone player nicely (i have to adjust the placement a little though) but since its just using the object tag, it effects other object tags on the page as well. there are 2 other flash objects on the page (a slide and survey) and it effects them as well. is there a way to adjust the code to only effect the standalone player? If you need to look at what i mean here is the sample myspace i'm testing it on. http://profile.myspace.com/index.cfm?fusea...endID=201153155 i have the code you suggested in there and as you can see where it says music player, thats where its supposed to be. Thanks for all the help too...i really do appreciate it. |
|
|
|
eMarie2470 MYSPACE New Standalone plater Help Sep 25 2008, 01:01 PM
eMarie2470 sorry, since it dealt with CSS I figured it would ... Sep 25 2008, 04:47 PM
Tomates hmm. Maybe they did something to where it cancels ... Sep 25 2008, 04:48 PM
fixtatik usually you need to use "embed" as well ... Sep 25 2008, 08:20 PM
eMarie2470 QUOTE(fixtatik @ Sep 25 2008, 06:20 PM) u... Sep 26 2008, 12:33 AM
fixtatik ^ you need to add a comma between the two codes:
C... Sep 26 2008, 01:14 AM
Anarchy So your code should look something like this:
COD... Sep 27 2008, 11:00 AM
fixtatik i think it's turning out to be the same as a r... Sep 28 2008, 04:47 PM
Anarchy Try this code out:
CODE<style>
object {po... Sep 29 2008, 11:58 AM![]() ![]() |