I'm dealing with an element that has the following CSS attributes:
.myElem {
position: absolute;
width: 100%;
top: 25px;
height: 6px;
padding: 1px 0px;
}
Can someone please take a look at this screenshot I uploaded? When checking the layout tab in Firebug, I noticed a '-13' at the bottom. Where did it come from? What does it signify? I never specified it so why is it being displayed there? Does it have any significance for 'bottom' or does it represent something else?