music player not right in Safari |
music player not right in Safari |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Jul 2008 Member No: 672,009 ![]() |
Does anyone know how to have the music player stay in same position in both safari and firefox?
|
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
what code are you using to move the music player? this one works in all the major browsers:
CODE table embed, table object { position:absolute; left:50%; top:0; margin:160px 0 0 -400px; } table table table embed, table table table object { position:static; left:auto; top:auto; margin:auto; } just adjust the margins to your liking. |
|
|
![]() ![]() |