I have a site using a css for the layout
It is a centre aligned site using the following code:
This looks fine in ie6 and firefox but on ie5 it is aligned to the left, can anyone tell me why?
It is a centre aligned site using the following code:
Code:
#grey-column
{
width:760px;
min-height: 100%;/* for moz and others*/
margin-left: auto;
margin-right: auto;
background-color: #cccccc;
background-image:url(/site_images/bodyback3.jpg);
}
This looks fine in ie6 and firefox but on ie5 it is aligned to the left, can anyone tell me why?