Hi all,
My blog is no longer centered in IE after upgrade to 2.5.1. Works ok in Firefox. Any ideas?
Style sheet is here
Hi all,
My blog is no longer centered in IE after upgrade to 2.5.1. Works ok in Firefox. Any ideas?
Style sheet is here
OK, I' think I've solved it.
I added auto to margin in body:
body {
font: 75%/150% Geneva, Arial, Helvetica, sans-serif;
color: #333333;
background: #FFFFFF url(images/main-bg.gif);
margin: 0px auto; /* added auto to combat not centering in IE */
padding: 0px;
}
Don't quite understand why it happened, but it works ok in IE7 now. Will try with IE6 later.
This topic has been closed to new replies.