My layout is set to margin-left: auto; margin-right: auto; via an additional stylesheet.
In Firefox the site is beautifully centred, but when I sent a link for the customer to view - he commented that he wanted it centred... of course he uses Internet Explorer and I hadn't tested in IE (tsk tsk me)
Does anyone know why Internet Explorer would ignore the auto margin (centering) in the stylesheet?
The site is in development and currently on trial hosting at http://trials.actinic.com/trials/tri...1/scottish.htm - view in Firefox - centred, view in IE - left justified... grrr!
Style applied to the 'wrapper' DIV is:
Thanks - hopefully....
LouPhi
In Firefox the site is beautifully centred, but when I sent a link for the customer to view - he commented that he wanted it centred... of course he uses Internet Explorer and I hadn't tested in IE (tsk tsk me)
Does anyone know why Internet Explorer would ignore the auto margin (centering) in the stylesheet?
The site is in development and currently on trial hosting at http://trials.actinic.com/trials/tri...1/scottish.htm - view in Firefox - centred, view in IE - left justified... grrr!
Style applied to the 'wrapper' DIV is:
Code:
#wrapper { width: 804px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; border: 1px solid #CCCCCC; background-color: #FFFFFF; padding: 0px; }
LouPhi
Comment