鼠标指向网页图片时图片周围显示虚线框

时间:2021-05-08

图片边框变换CSS Hover状态效果,代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>图片边框变换 CSS Hover状态效果</title> <style type="text/css"> <!-- h1 {text-align:center;margin-top:50px;} p#outer { margin:0 auto; width:286px; } #outer a { margin:0px; display:block; position: relative; border:1px solid #069; } #outer a:hover {border:1px dashed #c00;} #outer img {display:block;border:none;background:#EE9309;} --> </style> </head> <body> <h1>将鼠标移至图片,将看到此效果。</h1> <p id="outer"><a href="/"><img width=284 src="https://www.jb51.net/images/logo.gif" alt="www.jb51.net" /></a> </p> </body> </html>
提示:您可以先修改部分代码再运行

声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。

相关文章