AnkitGoswami 0 Report post Posted April 12, 2007 Does anyone know of a quick fix to the css problems in IE7? I am making a website for my college and all browsers except ie7 are showing it correctly. (Right now I am using a resolution test to fix this.) Share this post Link to post Share on other sites
Clarky 0 Report post Posted April 12, 2007 It depends what the problems are really. I would just gogole it, or http://www.pixel2life.com/ . As far as me and webdesign goes, I havnt noticed any changes in my website since I change to IE7. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted April 12, 2007 Maybe we could find an answer if you described them more accurately. Or perhaps post a link to your page and we could have a look. IE7 is a more standards compliant Browser than IE6, but still has a few issues. Share this post Link to post Share on other sites
biscuitrat 0 Report post Posted April 12, 2007 And the issues I've had with IE 7 concern padding and margins -- easy things to fix, but we'll need examples of what looks weird! Share this post Link to post Share on other sites
rvalkass 5 Report post Posted April 13, 2007 IE7 still refuses to follow standards, so lots of weird problems are created with code that should work, and does with any browser that is well written. If you provide us with details of the problem then it is likely that we can help you. Have a look around QuirksMode too, its a great resource for details about bugs and the weird things browsers do, and most importantly: how to get it to work as it should. Share this post Link to post Share on other sites
AnkitGoswami 0 Report post Posted April 13, 2007 Well the main problem is ie7 is not behaving properly with margins. I checked the resolution and browser (of the user) and included the customised css for that particular setup. But now the only problem is that the page is distorted whenever the user resizes the browser window.Here is part of the css that is causing trouble: #container{ width: 700px; margin-left: 40px; margin-top:0px; align: center;} with this css opera and firefox work great at all resolutionsbut i need to include this code to get it to work in ie7 resolution 1024x768(for eg): #container{ width: 700px; margin-left: 160px; margin-top:0px; align: center;} Share this post Link to post Share on other sites