CSS Property:
top:

Result:
Play with different "top" values for this yellow DIV element.

Note: To top-position elements using percent values, use position:absolute.

CSS Code:

div#myBox {
  background-color:yellow;
  width:100px;
  position:absolute;
  top:auto;
}
  
Click the property values above to see the result
W3Schools.com - Play it