Hello, the menu of the charity trust template looks strange in the internet explorer 5.5 (see following screenshot): This problem also occurs in the quirks mode of the internet explorer 6 (or newer). I guess it's a problem with the box model but I can't find the source of this behaviour in the CSS. Please help!
ie5.5 bug fixed I have removed all the white space from in the nav menu in the html code and this from the style.css Code: #nav img { float: left; } IE 5.5 is full of bugs. If you every have margin or padding problems in ie5.5, it's white space between floating elements that is most likely causing the problem. You can find the new html and css code in the attachment file.