tolonath: probleme mit div-bereichen

Beitrag lesen

Weiss nicht ob ich es richtig verstanden hab was du möchtest, aber versuche das ...

#f4 { position:fixed; top:80px; left:150px; width:679px; bottom:80px; background-color:yellow; background-image:url(bilder/test1.gif);  overflow-x:hidden; overflow-y:auto; min-height:430px; background-repeat:no-repeat; }  
  
#f6 { position:absolute; bottom:0px; left:150px; width:680px; height:80px; background-color:green; }  
  

in #f4 height zu bottom verändert
in #f6 bottom auf 0% gesetzt

Gruß
Tolonath