I have a DIV of leave a space between it and the top of the browser, see: link
CSS:
.element {
position:relative;
display: table;
width:960px;
height:120px;
margin: 0 auto;
padding:0px;
background-color:#000000;
border:0px;
}
I tried several things but without success. I need my DIV to stick glued to the top of the browser.