i have an element with the following css attributes:
.myElem {
position:absolute;
width: 100%;
top: 25px;
height:6px;
padding: 1px 0px;
}
please see this screen shot i uploaded 
when looking at the layout tab of the firebug inspection….i noticed the ‘-13’ at the bottom…where is it from? what does it mean? i did not specify it…why is it showing there? what does it tell me about ‘bottom’? or it means something else?
It’s show position from bottom in minus if the position from top overlap or more than his parent.
Check this example http://jsfiddle.net/wqrh6/
in this when
.myElemposition top overlap his parent then the firebug show position from bottom