html - Dropdown with submenu Issue -
i trying create drop down sub-menu , due css
error unable fix issue, can me proper solutions.
add left:0; , top:.. px
according need this: demo
.menu li:hover ul { display:block; width:200px; list-style:none; height:auto; border:1px solid #ccc; position:absolute; left:0; top:38px;
}
edit: try this: demo
.menu li > a:hover { background:#09c; border-radius:5px; } .menu li:hover ul { display:block; width:200px; list-style:none; height:auto; border:1px solid #ccc; position:absolute; left:0; top:37px; }
hope want!
Comments
Post a Comment