PHP interesse |
|
Beste,
Op http://www.nanon.nl/stefan/arc_prev/actueel.html zie je links onder het donkergrijze blokje 'Menu' in het zwart 'ARC jeugd' staan.
Als je hier op klikt, klapt het menu uit. Alleen het moet goed ge-aligned worden. Dus het moet net als de links eronder, links staan. Alleen ik kom er totaal niet uit, en hoop dat iemand mij verder kan helpen.
De stylesheet is te vinden op:
http://www.nano.../style.css
(Ik denk dat) het gaat om de .treeview classes.
.treeview ul {
text-align: left;
margin: 0;
padding: 0;
}
.treeview li {
background: transparant no-repeat left center;
list-style-type: none;
margin-bottom: 3px;
}
.treeview li.submenu {
background: transparant no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}
.treeview li.submenu ul {
display: none;
}
.treeview .submenu ul li {
cursor: default;
color: #92110e;
}
.treeview ul { text-align: left; margin: 0; padding: 0; } .treeview li { background: transparant no-repeat left center; list-style-type: none; margin-bottom: 3px; } .treeview li.submenu { background: transparant no-repeat left 1px; cursor: hand !important; cursor: pointer !important; } .treeview li.submenu ul { display: none; } .treeview .submenu ul li { cursor: default; color: #92110e; }
Stefan.
|