Open Projects

I got a solution on file that basically places the following comment at the beginning of each file:
<!-- IE Bugfix: This beginning comment causes IE to ignore the Doctype.
  It prevents menu display problems. No idea why it works. -->

I can upload it if you want... it's just I'm not sure this is the best way to go about it as it's not the best design to scatter IE quirk bugfixes all over the place. Either I'm still not very good at CSS or IE is just plain awful ... or both. :slight_smile: I had an aweful time getting the site to work in IE to begin with.

Kevin

ar18@comcast.net wrote:

I got a solution on file that basically places the following comment at the beginning of each file:
<!-- IE Bugfix: This beginning comment causes IE to ignore the Doctype.
  It prevents menu display problems. No idea why it works. -->

Putting an xml declaration at the top of the file should have the same
effect.
I don't have IE 7 here so I can't test now :slight_smile:

See: Activating Browser Modes with Doctype

--Edwin