1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <title>Box with larger background image
</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
8 <style type=
"text/css">
9 .one {background-image: url
(resources/bg_position_larger.gif); background-position: 10px 10px;
10 background-repeat: no-repeat
; background-color: green
; width: 50px; height: 50px;}
16 The box below should be solid green. If there are
10 pixels of red visible on the top and left, the background image is being repeated improperly.