Hi all,
ich habe eine Problem mit einem div-Tag, was sich auf Teufel komm raus nicht am unteren Browserrand platzieren will. Der Code sieht wie folgt aus:
<BODY class="layout" leftMargin="0" topMargin="0">
<DIV style=" float : top ; width:100%; height:0%;">
<tiles:get name="headerSpacer"/>
</DIV>
<DIV style=" float : left ; width:150px; height:100%;">
<tiles:get name="menuLeft"/>
</DIV>
<DIV style=" float : top ; width:100%; height:50%;">
<DIV style=" float : left ; width:0%; height:100%;">
<tiles:get name="menuSpacer"/>
</DIV>
<DIV style=" float : left ; height:100%">
<DIV style=" float : top ; width:100%;">
<tiles:get name="header"/>
</DIV>
<DIV style=" float : top ; width:100%;">
<tiles:get name="areaHeader"/>
</DIV>
<DIV style="position: absolute; float : top ; width:100%; ">
<tiles:get name="body"/>
</DIV>
</DIV>
</DIV>
<DIV style=" float: bottom ; bottom: 0px ; left: 0px ;">
<tiles:get name="footer"/>
</DIV>
</BODY>
Speziell geht es um das letzte div tag
<DIV style=" float: bottom ; bottom: 0px ; left: 0px ;">
<tiles:get name="footer"/>
</DIV>
welches sicht trotz der Anweisung "bottom: 0px ; left: 0px ;" nicht nach ganz unten verschieben laesst.
Jegliche Hilfestellungen in dieser Problematik werden gerne entgegengenommen
Gruss
Yussibaer