Hallo,
ich bin gerade dabei meine Webseite zu Coden, und komme bei einem Problem nicht weiter.. Im FF vergrößert sich die DIV-Box nixht, obwohl ich da Inhalt drin habe.. Im IE funktioniert alles Problemlos.
CSS:
HTML:
Danke im Vorraus


LG
Maurice
ich bin gerade dabei meine Webseite zu Coden, und komme bei einem Problem nicht weiter.. Im FF vergrößert sich die DIV-Box nixht, obwohl ich da Inhalt drin habe.. Im IE funktioniert alles Problemlos.
CSS:
HTML:
body {
background-color: #FFFFFF;
margin-top: 0px;
padding: 0px;
font-family: Verdana, Tahoma;
font-size: 10px;
border: 0px;
background-image:url('img/bg.gif');
}
img {
border: 0px;
}
div.clear {
clear: left;
}
div#background {
width: 630px;
border: 0px;
text-align: center;
background-image: url('img/background.gif');
margin-left: 50px;
margin-top: 0px;
padding-left: 6px;
}
div#footer {
width: 636px;
height: 37px;
border: 0px;
text-align: center;
background-image: url('img/footer.gif');
margin-left: 50px;
}
div#header {
width: 623px;
height: 167px;
border: 0px;
background-image: url('img/header.gif');
}
div#content {
width: 453px;
border: 0px;
float: left;
}
div#content_line {
width: 453px;
height: 14px;
border: 0px;
background-image: url('img/content_line.gif');
}
div#content_bg {
width: 433px;
border: 0px;
background-image: url('img/content_bg.gif');
text-align: left;
padding-left: 20px;
}
div#content_foot {
width: 453px;
height: 14px;
border: 0px;
background-image: url('img/content_foot.gif');
}
div#navigation {
width: 159px;
height: 200px;
border: 0px;
float: left;
}
div#navigation_line {
width: 159px;
height: 14px;
border: 0px;
background-image: url('img/navigation_line.gif');
}
div#navigation_bg {
width: 159px;
border: 0px;
background-image: url('img/navigation_bg.gif');
}
div#navigation_foot {
width: 159px;
height: 13px;
border: 0px;
background-image: url('img/navigation_foot.gif');
}
HTML:
HTML:
<div id="background" class="clearfix">
<div id="header"></div>
<div id="content"><div id="content_line"></div><div id="content_bg">TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST<br>TEST</div><div id="content_foot"></div></div>
<div id="navigation"><div id="navigation_line"></div><div id="navigation_bg">TEST<br>TEST</div><div id="navigation_foot"></div></div>
</div>
<div id="footer"></div>
Danke im Vorraus



LG
Maurice