Hello everyone
I create a test page with only a div.
the background image is in the attachment.Code:<body> <div class="aa"> </div> </body> the css style for this page is below: * { margin: 0px 0px; border: 0px 0px; padding: 0px 0px; } .aa { width: 400px; height: 200px; background:url(./images/blue_skin.png) repeat-x 0px -294px; /* only part of the image will be the background */ }
i am confused that when I zoom the page size to 125% on IE8, the background has an extra line that is the first row of the image appearing under the background.
does anybody tell me why?
thanks very much.
blue_skin.png
the result looks like this
result.png








Bookmarks