Hi Leute,
ich bin langsam am Verzweifeln.
Das einzige was ich im Prinzip will, ist nich viel verlangt ^^
Ich will nur, dass mein Menü links, einfach nur den Platz bis unten hin ausfüllt. Mit height 100% geht es irgendwie nicht, es schießt drüber hinaus.
[CODE]
#top { width: 100%; height: 174px; min-width: 1024px; overflow: auto; background-color:#CCCCCC; } #topleft { width: 424px; height: 174px; background-color:#996633; float:left; } #topright { width: 481px; height: 174px; background-color: #009999; float:right; } #menu { width: 239px; height: 500px; background-color: #0033CC; position:absolute; top: 174px; left: 0px; } #menutop { height: 162px; background-color:#000033; } #menubottom { height: 96px; width: 239px; background-color: #CCCC66; vertical-align:bottom; position:absolute; bottom: 0px; left: 0px; } body { margin: 0; }SO ist die:
http://www4.pic-upload.de/29.12.09/6c94ruiw7lnl.jpg
So will ich die:
http://www4.pic-upload.de/29.12.09/5iinar8mmxy8.jpg
Oh man hoffentlich könnt ihr mir weiterhelfen:)
Danke euch