Hi, I'm not a designer, but as I'm always having problems with designers, not delivering what they promise on time, I decided to start using a free template I found to build my new sites (buying only the header to a designer). The problem is that now the site I built looks great with Firefox, but there is something with I Explorer and the content doesn't look OK. Could somebody tell me how can I fix it? The site is: www.easypocketbikes.com. If you check it with Firefox is fine, but with I Explorer it doesn't look OK. Thanks, Pablo.
You just need to reduce the width slightly for your content div. Its slightly to big to fit there in IE hence pushing it down and making it start after left nav
The problem is you're making #content and #sidebar fluid (percentages) when your container is a fixed size. If its going to be 850 px then make #content and #sidebar pixel values as well.. if not, then make the container a percent width.