开发者

How to create this horizontal menu with dropdown? [closed]

开发者 https://www.devze.com 2023-04-13 08:40 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references开发者_运维百科,or expertise, but this question will likely so
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references开发者_运维百科, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

How to do something like this?

pic http://img202.imageshack.us/img202/6295/menupmm.png

Any tutorial online?


Nested ul's.

The dropdown affect can be created with pure CSS by doing something like:

ul.toplevel li ul.secondlevel
{
   display:none;
}

ul.toplevel li:hover ul.secondlevel
{
   display:block;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号