jimbob: overflow:auto bei mozilla?

Beitrag lesen

hallo,

folgende seite: http://www.gruenquadrat.at/mozilla/
funktioniert wunderbar im IE, jedoch kann man im mozilla keinen overflow:auto bewundern!

span.content {
 font: 11px arial,helvetica;
        height: 270px;
        width:100%;
}
#auto {
 overflow: auto;
}

<span class='content' id='auto'>
      CONTENT
      </span>

was ist das problem?

THX jimbob