Sent by Peter Williams on 18 October 2002 04:04
> -----Original Message-----
> From: Alan K. Gay
>
> On IE5.5/W2K/800x600, the background image has exactly 20px of white
> space above it... can't figure out why. At this screen res, there is
> also some left/right scroll... don't know if you intended that or not.
>
You have in your styles:
body {
background-color: #fff;
background-image: url(bgfront.gif);
background-repeat: no-repeat;
background-position: 50% 20px;
color: #000;
margin: 0;
text-align: center; }
Making the "background-position: 50% 20px;"
background-position: 50% 0px;
Snugs the bg image up to the top of the window in IE6.
--
Peter Williams