Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Can’t figure out IE!!! Re: Can’t figure out IE!!!

#58585
TheDoc
Member

A couple things first:

1) Validate the page (you have "<div id="container">" twice, you can’t have two of the same id’s on one page, there’s also something up with the nav that I didn’t bother to look at)

2) Do not use <br>’s as design elements. I see you are trying to push content around by using them. Use margins in your CSS instead.

3) I’m not sure if it’s the server, but the page takes a VERY long time to load.

I’ve given up on waiting for the page to load in IE6, I’ll have to check again later.