A solution to code changing between browsers? |
A solution to code changing between browsers? |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Oct 2008 Member No: 693,488 ![]() |
I just put up a myspace and it looks great on firefox, but disgusting on Internet Explorer.
The shows are the opposite way, and the player is in the wrong spot. Is giving you the myspace URL enough information to find the problem and possibly the solution? Thanks. The URL is http://www.myspace.com/whathappenedinvegas (VIEW IT IN INTERNET EXPLORER, and you'll see! |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Look for this:
CODE <style> .a {position 4 song band player} td.text object {display:block; z-index: 9; position:absolute; top:756px; left:50%;!important;margin-left:-106px; visibility:visible; } td.text td td object {position:static; margin-left:0px;} </style> Replace it with this: CODE <style> .a {position 4 song band player} td.text object {display:block; z-index:9; position:absolute; top:756px; left:50%; margin-left:-106px; visibility:visible;} td.text td td object {position:static; margin-left:0px;} </style> See if that does the trick. |
|
|
![]() ![]() |