扫码关注官方订阅号
谢谢!
123 123 123 123 123 123 123 123 465 465 465 465
认证0级讲师
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <style> *{ margin:0; padding:0; list-style:none; } .di{ width:250px; height:415px; background:#F00; position:relative;} ul li{ width:250px; position:relative; height:90px; text-align:center; background:#6F0; border:1px solid; line-height:50px;} .c{ width: 250px; text-align: center; background: #39F; border: 1px solid; line-height: 50px; position: absolute; left: 250px; top: 0px; display:none; } li:hover ul{display:block;} </style> <body> <p class="di"> <ul class="m"> <li>123</li> <li>123 <ul class="c"> <li>465-1</li> <li>465-1</li> <li>465-1</li> <li>465-1</li> </ul> </li> <li>123 <ul class="c"> <li>465-2</li> <li>465-2</li> <li>465-2</li> <li>465-2</li> </ul> </li> <li>123</li> <li>123</li> <li>123</li> <li>123</li> <li>123</li> </ul> </p> </body> </html>
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
改下你的html结构,css就能完成了