Player not showing up?, HELP! |
Player not showing up?, HELP! |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 ![]() |
www.myspace.com/handofmercy
It was showing up on my test page... I think? Is it still, or is it fully gone. Ahaha. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Sorry Zac, forget my first fix. Look for this whole snippet instead:
CODE object {position:absolute; height:345px; width:450px; left:50%; z-index:4;} object {top:1002px!important; margin-left:-49px!important;} object object, td td td object, embed {position:static; margin:auto!important; width:auto!important; height:auto!important;} Replace it with this: CODE object {position:absolute; left:50%; z-index:4;} object {top:1002px!important; margin-left:-49px!important;} object object, td td td object, embed {position:static; margin:auto!important;} td td td object, embed {width:auto!important; height:auto!important;} The height and width properties set to auto made the object object selectors fuck up so I separated them. That way, the dimensions of any other objects on your page won't be affected. |
|
|
![]() ![]() |