Hallo,
wieso wird die Box immer ca. 10 - 12px hoch angezeigt und nicht 4px?
Die Hintergrundgrafik ist auch garantiert 160x4 Pixel und in dem DIV-Container kommt ja sonst nichts vor was die Größe verändern könnte...
#box3
{ position:relative;
height: 4px;
background-image:url("p/abschluss.gif");
width: 160px;
left: 0px;
top: 0px
}
<div id=box3></div>