so ich hab ein großes css problem, bei einer ansich einfachen sache
Hier ein bild wie es sein sollte
so hier mein html code dazu (sollte eiogentlich stimmen)(laut css4you usw)
<DIV style="width:800px;margin:0px auto;text-align:left;background-color:#bdbec6;">
<DIV id="head">
<img src="style/imgs/svk_wappen.jpg" border="0" alt="wappen" width="140" height="140"/>
</DIV>
<DIV id="menu">
<div class="menu">
<?php ?>
><a class="menu" href="?page=news">News</a><br/>
</div>
</DIV>
<DIV id="content">
</DIV>
</DIV>
<DIV id="foot">
</DIV>
mein css dazu sieht so aus !
#head {
background-image : url('imgs/head.gif';
background-color : #000066;
background-position : right;
background-repeat : no-repeat;
/*margin-left:100px;*/
height : 111px;
width:800px;
color : #ffffff;
font-family : Verdana;
font-weight : bolder;
vertical-align : top;
}
#menu {
color : #ffffff;
float:left;
width: 150px;
padding-top:39px;
background-color : #000066;
font-size : 10px;
}
#content {
padding-top:39px;
color : #ffffff;
float:right;
width:650px;
text-align : left;
vertical-align: bottom;
/*height : 550px;*/
background-color : #000066;
}
#foot {
float: right;
color : #ffffff;
vertical-align: bottom;
background-color : #000066;
text-align : center;
width:800px;
height : 100px;
}
irgendwie ist der footer immer verschoben,
und eigentlich sollten die ganzen divs in einem großen div drin sein, tun sie aber nich ,.
(in dem einzigsten unbenannten div
Achso nich das das jemand falsch vershet, die einzelnen divs werden schon richtig angezeigt nur das gesamtgebilde nich !
OS: Windows XP
CPU: AMD Athlon XP 3200+
RAM: 512MB DDR PC3200 (Dual Channel)
Mainboard: MSI K7n2 Delta-L
HDD: 80GB WD
Graka:Radeon 9600 Pro
=>
Alekeijer Straussbuwe