hi,every one
when I use static or relative position,there is always about 5 pixel white space between the div element and the browser window border.following is my code
#top{
background:#011961;
height:75px;
color:white;
}
I want to set the distance between the div element and the browser window border to 0 using static or relative position,but not fixed or absolute position.
Is it possible? any suggestion is appreciated.