Log In · Register

 
MYSPACE New Standalone plater Help, Need help with the CSS in moving the new Myspace Standalone player
eMarie2470
post 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? cry.gif
 
 
Start new topic
Replies
fixtatik
post Sep 28 2008, 04:47 PM
Post #2


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



i think it's turning out to be the same as a regular profile. for some reason, it's using both embed and object tags, but won't recognize both when you move them, so you can only move the object tag (since IE doesn't know what embedded flash is).

for the other flash objects, are they things you added in yourself? you should be able to do it like this:
CODE
object { position:absolute; top:0; left:50%; margin-top:##px; margin-left:##px; }
td td td object { position:static; margin:auto; }

just like in regular profiles, table cells with flash nested within two other table cells (and everything past that) won't move at all.
 

Posts in this topic


Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: