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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -