hallo.
ich habe beim erstellen einer homepage ein problem mit der
positionierung von div-elementen im ie6. relevante code-bloecke sind IMHO unten aufgelistet, url ist
johannesswo.jo.funpic.de/mamaV2 .
wie krieg ich richtige positionierung der div's im ie hin?
g johannes
/*******sections*******/
#head
{
top:0px; height:200px; max-height:200px; position:absolute;
width:60%; margin-left:3.5cm; margin:right:5cm;
min-width:550px; border:1px solid black; background-color:#ddd;
overflow:auto;
}
#content
{
top:200px; bottom:25px; position:absolute; width:60%;
margin-left:3.5cm; margin:right:5cm;
min-width:550px; border:1px solid black; background-color:#ddd; display:block; overflow:auto;
}
#footer
{
position:fixed; min-height:25px; max-height:25px; height:25px;
margin-left:3.5cm; margin:right:5cm; bottom:0px;
background-color:#ddd; width:60%; min-width:550px; height:25px;
border:1px dotted black; text-align:center;
}