My site: http://preview.tinyurl.com/5pztlz Doesnt load in IE7 or IE8 but loads perfectly in Firefox. In internet explorer the layout is completely mucked up. Any ideas how to fix it? It's a joomla site if that helps./
to center a div horizontally cross-browser compliant, set body to text-align:center, then set the wrapper/container to margin:auto; text-align:left; width:XXXpx; that should fix your problem
try to use html conditional, create 2 css file for firefox and IE, . . .. maybe it can solve the problem, . . i always use it, when i create a website