CSS: My banner does not start at top of browser display area.
This is the CSS code:
.myBanner {
background-color: lightblue;
background-image: url("/imgmyImaged-115x115.gif");
background-repeat: no-repeat;
min-height: 115px;
padding: 0px; margin: 0px;
width: 100%;
}There is still a gap of about 10px before the banner starts…

Simon Tite 6:34 pm on November 23, 2009
Put the following code at the beginning of the first CSS file to be encountered:
This works on Firefox and Opera, it should be ok on IE too, but I haven’t tested it.