Music Box Alignment |
Music Box Alignment |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Dec 2008 Member No: 704,811 ![]() |
Hey im having a problem with the music box on explorer its perfect but on firefox its way off can anyone help
Firefox Explorer
Reason for edit: Please use [thumb] tags instead of [img] tags when posting large images. - Mike
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Look for this code:
CODE table table td.text object {position:absolute !important; top:1112px !important; left:50%; margin-left:-225px; z-index:6;} Add a duplicate top attribute to correct its positioning so it looks like this: CODE table table td.text object {position:absolute !important; top:1112px; _top:1112px; left:50%; margin-left:-225px; z-index:6;} The one with the underscore is positioning for IE while the one without is for FF. See if that works. |
|
|
![]() ![]() |