摘要:<!DOCTYPE html> <html> <head><title> <style type="text/css"> .box{width:100px;height:40px;line-height:40px;text-align:center;background-color:#ccc;pos
<!DOCTYPE html> <html> <head><title> <style type="text/css"> .box{width:100px;height:40px;line-height:40px;text-align:center;background-color:#ccc;position:relative;} ul{width:100px;height:200px;line-height:200px;text-align:center;background-color:#ccc;position:relative;display:none;} .box:hover ul{display:block;} li{height:100px;line-height:100px;text-align:center;} </style> </title></head> <body> <div class="box">淘寶菜單 <ul> <li>衣服類</li> <li>鞋帽類</li> </ul> </div> </body> </html>
批改老師:滅絕師太批改時(shí)間:2019-01-14 10:02:25
老師總結(jié):完成的不錯,但是布局要全面奧!看你的布局帶有嵌套有點(diǎn)問題!要有個(gè)好的布局思路