Hi
This is what i have in my css for my header
#header {
background: #000 url(images/header.png) 0 0 no-repeat;
margin-top: 3px;
margin-left: -3px;
width: 821px;
height: 248px;
}
Its for a haiku template.
It works beautifully in IE..which I normally hate, but in FF the header sits about 1px too high...how can I make it respond properly in FF?
Please help?