Click to See Complete Forum and Search --> : ie issue again
dirletra
08-10-2008, 05:20 PM
safari and firefox it looks fine but in IE, my header and my shop are all alighned to the right somehow, if anyone could shed some light on how to fix this that would be great thanks. http://anabolicarsenal.com/musclegain.html
dirletra
08-11-2008, 06:03 PM
anybody?
Centauri
08-12-2008, 04:06 AM
This should be "left" and not "right" :.thrColFixHdr #container {
width: 900px; /* the auto margins (in conjunction with a width) center the page */
border: 0px none #000000;
text-align: right; /* this overrides the text-align: center on the body element. */
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-position: center bottom;
background-attachment: scroll;
background-repeat: repeat-y;
background-image: url(images/splitpage/longwhtbck.png);
}
dirletra
08-12-2008, 11:31 AM
thanks centauri, sorry for my mediocre question.