Skip to content Skip to sidebar Skip to footer

Website Doesn't Show Up Correctly In Ie. Fine In Mozilla, Chrome,safari Etc

So basically when I viewed my site in IE everything looked wrong. You cant scroll and it seems like its stuck. If you notice the project page compared to chrome for example looks r

Solution 1:

first of all IE doesn't support lots of standards, so you should almost always optimize for this browser (do additional hacks, etc)

1. but, about this website, I think using frames is a bad idea here (using frames is usually a bad idea) I'd make a sidemenu as a div with fixed positioning using CSS, I think you'll have no problem to scroll even in the IE then

2. sometimes when you really don't want how to optimize your web for IE, developers usually use some kind of rules just for IE (personally I never use them) http://css-tricks.com/132-how-to-create-an-ie-only-stylesheet/

3. I recently found out that there is a project which is making IE to behave more like a standard browser, so you dont' have to think about IE very much you just include some JS files and lots of things are easier

to sum it up... there are ways how to optimize for IE (or other browsers), in this case I'd use the left sidebar as fixed using CSS

wish you good luck, you're gonna need it :)

PS. and last advise - keep your site valid

Solution 2:

It might be related to your site's validation errors. (It doesn't look right in Safari on an iPad either.)

Post a Comment for "Website Doesn't Show Up Correctly In Ie. Fine In Mozilla, Chrome,safari Etc"