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. |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Dec 2008 Member No: 704,811 ![]() |
its not working, still looks the same...
|
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Try changing it to this then:
CODE object {position:absolute !important; top:1112px; _top:1112px; left:50%; margin-left:-225px; z-index:6;}
td td td object {position:static; margin:auto;} |
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jan 2009 Member No: 709,019 ![]() |
-------Try changing it to this then:
CODE object {position:absolute !important; top:1112px; _top:1112px; left:50%; margin-left:-225px; z-index:6;} td td td object {position:static; margin:auto;}-------- This worked for me, I was having a similar problem. Woooohoooo! Thanks, Kyle http://www.myspace.com/kylewheelermusic |
|
|
![]()
Post
#6
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Topic closed & moved.
|
|
|
![]() ![]() |