I solved the problem today, solution was vertical-alignment property.
.navi img {
display: inline;
vertical-align: bottom;
}
OK folks, I just managed to solve the problem for IE, thanks to Sam_a links. BUT now I’m facing problem with Firefox, .navi img {margin: 0 -3px;}
How can I apply this code to appear only in IE?
Darcie, removing that {display: block;} only adds some white lines after banner and before content area and still those mysterious gaps remain…still working on…
Btw. Merry Christmas to everyone!