MudGuard: overflow:auto bei mozilla?

Beitrag lesen

Hi,

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

span ist ein non-replaced inline-Element. width und height gelten für "all elements but non-replaced inline elements, table rows, and row groups"

}
#auto {
overflow: auto;
}
  <span class='content' id='auto'>

span ist ein non-replaced inline-Element.
overflow gilt nur für block-level and replaced elements.

cu,
Andreas

--
MudGuard? Siehe http://www.Mud-Guard.de/
Fachfragen per E-Mail halte ich für unverschämt und werde entsprechende E-Mails nicht beantworten. Für Fachfragen ist das Forum da.