CSS dropdown menu

CSS Drop-down Menu

Use CSS to create an effect that displays a drop-down menu when the mouse is moved up.


Basic drop-down menu

When the mouse moves over the specified element, a drop-down menu will appear.

Example

    PHP中文网(php.cn)   

Run the program and try it


Example analysis

HTML part:

We can use any HTM element to open the drop-down menu, such as: , or a

Run the program to try it


Alignment of drop-down content

leftfloat:left;

rightfloat:right;


##Example

   PHP中文网(php.cn)   

下拉内容的对齐方式

left 和 right 属性指定了下拉内容是从左到右或从右到左。

Run the program and try it


More examples

This example demonstrates how to add a drop-down menu to the navigation bar.

   PHP中文网(php.cn)   

鼠标移动到 "下拉菜单" 链接先显示下拉菜单。

Run the program and try it


Example

How to add pictures in the drop-down menu.

   PHP中文网(php.cn)   

移动鼠标到图片上显示下拉内容。

Run the program and try it




Continuing Learning
||
PHP中文网(php.cn)

下拉图片

移动鼠标到图片上显示下拉内容。

submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!