Music player isnt showing in div layout, help! |
![]() ![]() |
Music player isnt showing in div layout, help! |
May 6 2009, 09:31 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: May 2009 Member No: 726,927 |
The music player is hidden in the background and totally inaccessible.
Here is the layout I am using. http://www.createblog.com/myspace-layouts/...th-the-surface/ Please help! EDIT: I am now using a different layout. http://www.createblog.com/myspace-layouts/...n-to-the-music/ |
|
|
|
May 6 2009, 09:58 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: May 2009 Member No: 726,927 |
Take out this code: CODE <style>td td embed, td td object{position:absolute; left:35px; top:200px; width:260px; height:47px;} td.text embed {width:260px; height:38px;} td.text embed, td.text object {width:260px; height:38px;}</style> Yeah man, that just made the entire player disappear.:P |
|
|
|
May 7 2009, 03:55 AM
Post
#3
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try replacing that code with this instead:
CODE <style>td td embed, td td object{position:absolute; left:35px; top:200px; width:260px; height:47px; z-index:9;} td.text embed {width:260px; height:38px;} td.text embed, td.text object {width:260px; height:38px;}</style> See if that does it. |
|
|
|
May 7 2009, 08:52 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: May 2009 Member No: 726,927 |
Thanks man, it worked. I really appreciate it. :)
|
|
|
|
![]() ![]() |