I'm having problems with the aligment of this website i'm making. in firefox everything is ok and locally everything is fine on ie aswell, but for some reason the uploaded version doesn't work on my version of ie but is perfectly fine on a different computer?
Looks good in multiple browsers (Chrome, FF, IE8) breaks when using IE7 or IE8 in compatibility view mode.
Most propably due to using display: inline-block on #content ul li. IE7 does not support it so well, there is a fix for it. Take a read on http://colinaarts.com/articles/inline-block-and-you/ Short article and gives the fix.