MetaChat is an informal place for MeFites to touch base and post, discuss and
chatter about topics that may not belong on MetaFilter. Questions? Check the FAQ. Please note: This is important.
06 July 2007
IE CSS help: Is there anyway I can make this page look like it does in firefox and safari in IE?→[More:]or do I have to load a different stylesheet if the user is using IE?
Having shared similar striggles with css wranglement, I'm no expert, but this link to css typography was helpful at the time to me, maybe it can help you too?
apologies for not searching for the original rescuers to my css dilemma
Well, the first thing I'd do would be to get the HTML valid - you'll find that will cure all manner of things. You need a Transitional or Strict DOCTYPE to get IE into standards mode and then start fixing things like the unclosed div elements. Once you've got that far, have another look.
It's actually 5.5. Right now I'm trying to rebuild the page from the ground up while testing it in both firefox and IE 5.5.
I really want to keep the "drop shadows" as something created by the CSS, but if I can't get it to work in IE, I'll have to go with images or something.
Try using a CSS reset style sheet to minimize cross-browser differences.
Can you test in IE6 or 7? Does your site get any traffic in 5 or 5.5? (If you're testing in 5.5 because that's what's on your computer, try to upgrade to a newer version.)