Hi Michael,
im Contentbereich wird nochmal ein Div plaziert und dieses soll die gesamte Höhe des anderen Div´s erhalten.
hast Du schon versucht, in der CSS-Datei statt dem
#maincontent_inner
{
position: fixed;
top:200px; /*170*/ /*Set top value to HeightOfTopFrameDiv*/
left:80px; /*Set left value to WidthOfLeftFrameDiv*/
right:96px; /*Set right value to WidthOfRightFrameDiv*/
bottom:26px;
overflow:auto;
background-color:#6d913a;
}
ein
#maincontent_inner
{
height:100%;
}
zu nehmen und wenn ja, wie war das Ergebnis?
Übrigens: Leitest Du alle Deine html-Ressourcen mit einem '<!--Force IE6 into quirks mode with this comment tag-->
' ein und wieso steht das dort?
Mit lieben Grüßen aus Wien
Michi
--
Self-Code: ie:{ fl:| br:> va:} ls:# fo:| rl:° n4:# ss:| de:> js:{ ch:? mo:) zu:}
Self-Code-Url: http://emmanuel.dammerer.at/selfcode.html
It is nice to be important - but it is more important to be nice.
Self-Code: ie:{ fl:| br:> va:} ls:# fo:| rl:° n4:# ss:| de:> js:{ ch:? mo:) zu:}
Self-Code-Url: http://emmanuel.dammerer.at/selfcode.html
It is nice to be important - but it is more important to be nice.
