Service

2 fixes graciously provided:

Paul O'Brien

Hi,

Ie has a double margin bug on the side of a float nearest the window (or containers edge). Its probably this margin thats pushing the element too wide.

use this:

Code:
#mainnav li a { display :inline; float : left; height : 26px; padding : 0; }


display:inline cures the double margin bug and has no detrimental effect on the layout as floats cannot have display;inline applied to them so all other browsers ignore it. It fixes ie however :)

Paul

Peter Reisio

background change:
http://reisio.com/temp/jk/
http://reisio.com/temp/jk/jk.zip

background position change:
http://reisio.com/temp/jk/pos/
http://reisio.com/temp/jk/pos/pos.zip