How to open submenu on hover of main menu?
Hi I am making menu and submenu. I have made menu with all effect. I want to open submenu on hover of menu item, but it's not opening; it shows me already open. My JSFiddle #companymenu { background-color: #999; height:35px; width:100%; margin-top: -10px; } .companymenuul { list-style-type: none; } .companymenuli { float: left; display:block; line-height: 35px; padding: 0 15px; } .alisting { color:#000; text-decoration:none; } .aactive { color: #333; background-color: #fff; border-top: 2px solid #999; margin-top: -2px; } .companymenuli a:hover { color:#C63; text-decoration:none; cursor:pointer