Undermenu bliver på midten
Min venstre menu bliver centreret på siden, hvilket jeg ikke helt forstå. I min HTML har jeg skrevet <p align="top"> men det hjælper ikke. Jeg har formået at få det ind i min CSS fil, men kan ikke finde det - nogen som kan hjælpe?Og hvordan fjerner jeg boksene rundt om undermenuen, så de "bare" står på en række under hinanden?
#leftmenu{
text-align:left;
font:bold 11px "trebuchet ms";
padding-right:0px;
}
#leftmenu a{
color:#050;
}
#leftmenu ul{
list-style-type:none;
margin:0;
padding:0;
}
#leftmenu ul li{
border-bottom:1px solid #eee;
padding:5px 0;
}
#leftmenu ul li ul{
border-top:2px solid #ddd;
border-bottom:2px solid #eee;
}
#leftmenu ul li ul li ul{
border:0;
}
#leftmenu ul li ul li{
margin:0;
font-size:11px;
font-weight:normal;
background-color:#fff;
border-bottom:0;
padding:2px 0;
padding-left:7px;
}
#leftmenu ul li ul li ul{
list-style-type: none;
margin-left: 15px;
}
#leftmenu ul li ul li ul li{
font-size:10px;
padding:0;
color:#aaa
}
#leftmenu ul li a{
text-decoration:none;
color:#000;
}
#leftmenu ul li a.inpath{
color:#EC008C;
}
#leftmenu ul li a.inpath{
border-left:2px solid #ddd;
padding-left:5px;
}
#leftmenu ul li a.inpath:hover{
background-color:#fff;
}
#leftmenu ul li ul li a.inpath{
border:0;
padding-left:0;
}
