Hej
Jeg har overtaget et website som ikke er opbygget af mig.
Siden er bygget op i divs.
Problemet består i at indholdet i layeret ryger uden for divet når dette bliver længere end 400px som min-height er sat til.
Men dette sker kun i firefox og ikke i explorer. Siden ser således fin ud i explorer 6.0 men i firefox opstår problemet.
Jeg vedhæfter både siden og css filen
Siden
<script>
TopPosCorrection = -1;
</script>
<div id=DWMain>
<div id=DwTopGraphic><div id="top"><!--@DwTopLogo--></div>
<div id=topmenu><!--@DwTopDropdown--></div></div>
<div id=DwContentCell style="overflow:visible;">
<table cellpadding=0 cellspacing=0 border=0 width=<!--@DwContentWidth-->>
<!--@DwContent-->
<tr>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwLeftMargin-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnWidth-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnSpace-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnWidth-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnSpace-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnWidth-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnSpace-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnWidth-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnSpace-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnWidth-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnSpace-->></td>
<td><img src="Files/Nothing.gif" height=1 width=<!--@DwColoumnWidth-->></td>
</tr>
</table>
</div>
</div>
css filen
/* CSS Document */
#body {
background-color:#9C8666;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
height:100%;
}
#DWMain {
background-color:#211202;
left:50%;
position:absolute;
margin:0px 0 0px -400px;
height:100%;
valign:center;
text-align:left;
width:800px;
color:#FFFFFF;
}
#top {
width:800px;
height:147px;
}
#topmenu {
background-image:url(http://jensensbryghus.net.dynamicweb.dk/Files/System/menubg.jpg);
width:800px;
height:37px;
border-top-width:1px;
border-top-style:solid;
border-top-color:#9C8666;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#9C8666;
vertical-align:bottom;
}
#DwContentCell {
width:780px;
min-height:400px;
}
Håber en kan hjælpe mig
På forhånd tak