Hey guys, I'm having a problem with my site appearing correctly in IE 6 + 7. It works fine in IE 8, FF etc. The problem is the alignment/margin I think, everything seems to have shifted outta place in IE 6/7. Heres a pic of it in FF and then in IE 6/7. FireFox http://i44.tinypic.com/15pmv00.png IE6/7 - (Little boxes around the problems but missed the "more details" link) http://i42.tinypic.com/11r6oh1.png I've tried searching google etc but I am pretty new to HTML/CSS and I got a bit confused. I'm not sure if this is a quick 5min fix or a lot longer but I am willing to send $5 to the person who can fix it for me if its just a few min job. If you would like to help and fix this problem please PM me and I will send you the CSS file only so you can make the changes. Might be easier to do it over MSN with the file sending etc. Thanks guys Mashed
For those beginner out there, next time you make a new .css file that works well in IE, then use this code: <!--[if IE 7]> <link rel="stylesheet" href="ie7.css" type="text/css" media="screen" /> <![endif]--> HTML: It works well.