I am making a web site and I have trouble with background-position property. Here is my css code:
body
页: 1
background-color: Black;
background-image: url(images/background_ui.png);
background-repeat: no-repeat;
background-position: top,center;
background-attachment: scroll;
iii
As you can see it is top, center. It s ok in chrome but in ie 8 the background doesnt go center horizontally. By the way, do you know any tags to write browser specified css code? Thanks.