I have had image issues on three (not-so-beautiful) websites that I have authored and need to know if there is a hard and fast rule for fitting an image into a header space that floats (if that makes sense). the body of the page is fixed and the header floats above. the problem is that I am trying to have the image size absolute but run into issues between browsers. Is there a way to have it automatically size for the browser?
this is the code that I have for it:
background: #D4C7B2 url(../images/img_98.gif) repeat-x top left
Thanks in advance