Here is my CSS
Code: Select all
#container {
width: 779px;
position: relative;
left: 50%;
margin-left: -389px;
background: #ffffff url('../image/cbak.png') repeat-y;
}
Edit:
Maybe it would help if I were more specific about what I was trying to accomplish. I have a background which is 779 x 5px which I am trying to use as the background of the main body of the store. This works perfectly in IE, because it tends to look the other way when there is an error in the code. Is it possible that the source of this problem lies in a different location other than the one cited above?
Any help is appreciated