Sorry. Aber ich bin noch ein anfänger ud kann erst so seit 4wochen html und n bissl css und bin deshalb nich so’n könner also meine frage :
wie bekomm ich es hin das ich 3menü’s an jeder siete habe also rechts und link jewlas 3 oda mehr ich kann nur an jeder seite 1 weil ich den code für mehrere an einer seite nich kann also hier der code für die menü’s
[html]
und hier der css bereich zum stylen :
#menucontainer1,#menucontainer2 {
border:1px solid #ffffff;
background-color:#336666;
width:120px;
padding:5px;
margin:5px;
line-height:30px;
color:#ffffff;
}
#menucontainer1 {
float:left;
}
#menucontainer2 {
float:right;
}
.menutitle
{
margin:-5px -5px 5px -5px;
padding:2px;
background-color:#003333;
color:#eeeeee;
font-weight:bold;
border-bottom:1px solid #ffffff;
}