div#navigation {position: absolute; left: 20px; top: 130px; width: 180px; background: #FFFFCC; padding: 15px; border-right-style: dotted; border-color: gray; }
div#body {position: absolute; left: 217px; top: 130px; width: 570px; }
The boxes look fine in IE or Opera, but the navigation box is too wide when displayed in Netscape/Mozilla, i.e. the navigation box overlaps the body box. Is there something wrong with my code, or is it a problem in Netscape/Mozilla browser (I'm using the latest versions of all browsers)?
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)


