I'm trying to make a banner centered and can't seem to get it working right in IE. Mozilla is no problem, it's where I want it using the code below. In IE it sits to the top left and doesn't move regardless of changes I make.
This is from a pre-made template, so I don't really want to get into adding html div's or anything if possible, I'd like to alter this in the CSS. Thanks!
Code:
#header {
height : 95px;
float : left;
width : 100%;
margin-left: 210px;
padding : 0;
background-repeat : no-repeat;
overflow: hidden;
background-image: url(../images/header.gif);
This is from a pre-made template, so I don't really want to get into adding html div's or anything if possible, I'd like to alter this in the CSS. Thanks!