MudGuard: bottom : 0 ;

Beitrag lesen

Hi,

.unten {
width : 50% ;
bottom : 0 ;
}

3 Zitate aus CSS2, die sich alle von hier aus http://www.w3.org/TR/REC-CSS2/visuren.html#choose-position mit nur wenig runterscrollen erreichen lassen:

'bottom'
    Applies to: positioned elements

An element is said to be positioned if its 'position' property has a value other than 'static'.

'position'
    Initial:   static

Dein bottom:0; ist wirkungslos, da das Element kein positioned Element ist.

cu,
Andreas

--
MudGuard? Siehe http://www.mud-guard.de/