Unless you are willing to ignore all browsers other than IE, you have much more serious problems. Most of your pages look horrible in Mozilla. That includes the increasingly popular Firefox browser as well as recent Netscape versions. I have yet to get into the code to see exactly why but, I can tell it is most likely that your extensive css styling just doesn't conform to any actual standards, rather relying upon IE's quirks in order to produce the layout it does in that browser. If you do not have FF or NS available for testing (and you should get one of them - FF1.0.4; NS7.2 - or later), to get a small idea of how bad the situation is, simply put a transitional doctype on your documents and view them in IE. For example, put this at the very top of your page, before anything else:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
NOTE: This is not a solution!
I'll see what I can do to fix things up but, this is really a job for a professional design consultant, or a standards junky with lots of time on their hands.
Bookmarks