Home  >  Article  >  Web Front-end  >  I want to make a drop-down menu, but I don’t know how to do it. Can you help me?_html/css_WEB-ITnose

I want to make a drop-down menu, but I don’t know how to do it. Can you help me?_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:08:36865browse

I want the "Front Desk" and "Front Desk Cashier" level li to be arranged horizontally, and the "Reservation Management" and "Reception Management" level li to be arranged vertically. What should I do?
Is it right to put the ul of the submenu under the li of the previous level?


Hotel management System
< ;script type="text/javascript">
function showmenu(topnavid)
{
var menuid=topnavid "_hidlist";
var menu=document.getElementById(menuid);
menu.style.display=menu.style.display=="block"?"none":"block";
}


< body style="position: relative;min-height: 100%; top:0px; background: url('img1.png') repeat-x; color:#000000;margin:0px">





Logout





  • Front Desk
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn