| Posted by Jean-Guy Mouton on 11/17/06 09:39 
On Fri, 17 Nov 2006 10:14:45 +0100, Els wrote:>
 > The problem is in your JavaScript file. If I copy your page without
 > the JS, the images line up. I guess the script fixes the offset for
 > IE6, but if you don't exclude IE7, you're literally overdoing it ;-)
 
 Yes you are right!  Thanks a lot Els.
 
 I just inserted:
 <!--[if IE 6]>
 <script type="text/javascript" src="scripts/fixed.js"></script>
 <![endif]-->
 And now both images align in IE6 and IE7
 [Back to original message] |