The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › [Solved] Header Banner not right in IE › Reply To: [Solved] Header Banner not right in IE
Instead of putting a max-width: 100% on the image in the header, I would suggest trying just width: 100%;.
max-width: 100%
width: 100%;