Hi all
I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?)
I have configured the following things for this: (never mind the colors, those ar just for testing purpose.)
body {
margin: 0;
padding: 0;
border: 0;
background: black;
}
#header {
background: red;
height: 80px;
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
But Firefox, IE and Chrome are STILL displaying space between the top of the browser window and the header div. (haven't tested other browsers yet)
Any help?
Thanks in advance
Greetings, K?!
Ps: sorry if this question has already been asked.