Jump to content

Does Anyone Know


divinedesigns1

Recommended Posts

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?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...