Hi guys, I'm working on a site for a friend (http://myrepresentative.com.au/), and the navigation menu and the main content is aligned with CSS. However, in IE the site isn't aligned, with the main content is shoved right down the bottom of the page. I'm new to CSS - but I hear IE has a few bugs like this where it ignored alignment tags.
Can you advise where I can find out how to fix this bug?
The whole site is a mess. But I suppose a good direction for fixing it would be to put background-position on the body : center -320px The containers are decently alligned, although you put on one container float:left 200px width and teh main container is no float with a margin of 100px, id recommend the margin to match the width. After that, put some paragraphs and clean up the stuff in the main container. Don't use <br/> inside the h1 with an image insisde of it and the br providing relief, use padding-top instead. Needs more work, get to it !
Prehaps it's to late to be of any help, but i would recomend http://www.1kbgrid.com/ if your new to the scene. It's an easy and almost foolproof way to align things correctly.