il vero problema mi sa che è qui: Nell'applicazione del Box model hack
#navigation{
float: left;
padding: 0 0 0 0;
margin: 2px 2px 2px 2px;
/* star hack; only IE will apply the following rules /
width: 180px;/ All IE apply this rule. This would make #content too
wide in IE5/Mac and IE6/Win-strict but... /
w\idth: 180px;/ IE6-strict and IE5/Mac interpret "w\idth" as "width" and thus
set's width to 180px. IE5/Win thinks "w\idth" is
invalid and ignores this property, thus keeping's
width at 180px. This is the backslash hack. */
\width: 190px;
}
{
background-color: Maroon;
margin: 2px 170px 2px 2px;
padding: 4px 4px;
border-width: 0 2px;
border-style: dotted;
border-color: White;
color: Black;
text-align: justify;
height: 100%;
}
content dovrebbe finire affiancata a navigation (menu di navigazione a sinistra) invece con firefox ci finisce praticamente attorno !!