intuna
09-12-2006, 06:08 AM
My beta site which renders fine in FF, Netscape, AOL, and even Opera, and OK in IE6, won't load fully in IE7RC1. I see the background image, but that's it. Can't even get past the <body> tag, I'm thinking, in my style sheet.
I am using this code...
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
@import "behavior/csshover.css";
body { behavior: url("behavior/csshover.htc"); }
</style>
<![endif] -->
...in my <head> on every page so IE6 and earlier will show hovering on a link. I think IE7 should ignore this?
My pages validate as xhtml transitional.
Is IE7 picky about the doctype?
Maybe something in the .css it can't handle?
If it would help, I'll post all of the .css.
Any ideas about what might be happening?
The beta site is at:
http://members.cox.net/david.silva
I am using this code...
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
@import "behavior/csshover.css";
body { behavior: url("behavior/csshover.htc"); }
</style>
<![endif] -->
...in my <head> on every page so IE6 and earlier will show hovering on a link. I think IE7 should ignore this?
My pages validate as xhtml transitional.
Is IE7 picky about the doctype?
Maybe something in the .css it can't handle?
If it would help, I'll post all of the .css.
Any ideas about what might be happening?
The beta site is at:
http://members.cox.net/david.silva