<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>图片特效展示</title> <style type =css/text> body, ul, li, ol { list-style: none; padding: 0px; margin: 0px; font-size: 12px; font-family: 微软雅黑; } img { border: 0px; } .picList { width: 100%; float: left; } .picList .pic1 { width: 300px; height: 200px; position: relative; overflow: hidden; float: left; margin: 10px 0 0 10px; } .picList .om img, .om a { position: absolute; top: 0px; left: 0px; } .picList .om img { width: 100%; } .picList .om a { display: block; width: 280px; height: 180px; top: 160px; background:#000; color: white; font-style: normal; line-height: 25px; padding: 10px; opacity: 0.8; text-decoration: none; } </style> </head> <body> <div class="picList" id="picList"> <div id="pic1" class ="pic1" > <img src="img/1.jpg" alt=""> <a href="#">附近可过生日<br> 放哪搜地高峰击鼓hi土豪商品房 </a> </div> <div class="om" id="pic2"> <img src="img/2.jpg" alt=""> <a href="#">圆角水晶按钮制作<br> 网页中圆角按钮和狂堵按钮制作就这么轻松 </a> </div> <div class="om" id="pic3"> <img src="img/3.jpg" alt=""> <a href="#">导航条菜单制作<br> 30分钟教会你制作各式各样的导航条菜单 </a> </div> </div> </body> </html>
问.picList.pic为什么不起作用?
侠客岛的含笑
刚毅87