divinedesigns1 91 Posted December 19, 2011 Report Share Posted December 19, 2011 Does anyone know how to get this dropdown working, i got the first submenu to work but im not getting the third one to work at allThis is the CSS im using to make it work well partly work: <style type="text/css"><!--#menu {margin:0px;padding:0px;}#menu ul {margin:0px;padding:0px;line-height:25px;}#menu li {margin:0px;padding:0px;list-style:none;float:left;position:relative;background:#ABABAB;}#menu ul li a {text-align:center;text-decoration:none;height:30px;width:100px;display:block;color:#E5E5E5;border:1px solid #fff;text-shadow:1px 1px 1px #000;}#menu ul ul {position:absolute;visibility:hidden;top:32px;}#menu ul li:hover ul {visibility:visible;}/**********************************/#menu li:hover {background:#900;}#menu ul li:hover ul li a:hover{background:#ccc;color:#000;}#menu a:hover {color:#fff;}--></style></head><body><div id="menu"><ul><li><a href="#">Home</a></li> <li><a href="#">Products</a> <ul> <li><a href="#">Ice Cream</a> <ul> <li><a href="#">Mango</a></li> </ul> </li> </ul> </li> </ul></div></body></html> anyone know what im doing wron? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.