Hi
I think, it may have something to do with the DOCTYPE you specified, that may not switch IE into compliance mode.
Your doctype:
<!doctype html>
I may be wrong, but see if there is any difference when you use a doctype like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
or:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
Both declarations switch Internet Explorer 6 and later to standards-compliant mode, but then you may find that some css code will not be validated.
Kraai
Senior Poster
3,981 posts since Feb 2008
Reputation Points: 76
Solved Threads: 87
I'm glad it worked out for you.
Good luck
Kraai
Senior Poster
3,981 posts since Feb 2008
Reputation Points: 76
Solved Threads: 87