Page 1 of 1
IE6 image is centered on page
Posted: Thu Nov 16, 2006 6:56 pm
by Ambush Commander
View
http://www.jpstevens.org/wiki/J.P._Stevens_High_School in Internet Explorer 6.
Note how the logo is centered on the page.
Any ideas how to fix?
Posted: Thu Nov 16, 2006 7:11 pm
by nickvd
It stared fine, then jumped to the middle for me (indicating a possible javascript fix/hack), I looked at the source and saw:
Code: Select all
<!--[if lt IE 7]><script type="text/javascript" src="/w/skins/common/IEFixes.js"></script>
It seems to be the usual IE PNG transparency hack... I'd have to look at the js source to determine that the heck is going on... the easy fix would be to use a jpg or gif and remove that js file.... (assuming that's all it's used for)
Posted: Thu Nov 16, 2006 7:28 pm
by Ambush Commander
Fixed it by absolutely positioning the div. Hmm...