Hey everyone, Quick issue... http://www.constant-hosting.com/testing.html is not aligning correctly, the last section of divs (news/test/domain reg) Works great on every other browser and on the mac too, tried looking for an IE css hack but not sure which one to use for this issue. Any suggestions? css file is http://www.constant-hosting.com/main.css Thanks, Danny
Not sure exactly what part isn't aligning how you want it but I think the "Welcome" should be the same width as the "latest news + what people say" Then Members Login should be the same width as Domain Reg and it will look better aligned.
I fixed it last night, probably before you viewed the thread. I had to use the following code inbetween div sections: <div style="clear: both; width: 100%; height: 0; line-height: 0; font-size: 0;"> </div> Code (markup): I also aligned the divs so they look better now, Thanks Danny