首 页
网络学院
视频教程
资源下载
HOT
实例教程
图文教程
专题中心
学习社区
繁體中文
当前位置:
首页
>
图文教程
>
网页制作
>
CSS样式表
> 鼠标指向网页图片时图片周围显示虚线框
CSS样式表
网页设计布局基础
Lesson01_01 HTML基础
HTML的全局架构标签
Lesson01_03 注释与特殊字符
Lesson01_04 格式标签与文本标签
Lesson01_05 HTML中的超链接
Lesson01_07 图像标签
Lesson02_01 表格标签
Lesson02_02 帧标签
Lesson02_03 表单标签
Lesson02_04 表单标签(2)
Lesson02_05 头元素
Lesson02_06 分区标签
Lesson03_02 样式规则选择器
学习标准——笔记
用好href的target属性
常用CSS集合
教你如何用CSS来控制网页字体的显示样式
用CSS解决中英文混合字符串的截取省略问题的解决办法
鼠标移动到超链接上的效果
No.
«
‹
35
36
37
38
›
»
技术文章搜索
关键字
CSS样式表 中的 鼠标指向网页图片时图片周围显示虚线框
出处:
互联网
整理:
软晨网(RuanChen.com)
发布:
2009-10-12
浏览: 153 ::
收藏到网摘: n/a
左上角图片文字环绕在图片右侧
CSS 快速提升设计可读性和维护性
图片边框变换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="/upload/tech/20091012/20091012130123_2b24d495052a8ce66358eb576b8912c8.gif" alt="www.ruanchen.com" /></a> </p> </body> </html>
提示:您可以先修改部分代码再运行
左上角图片文字环绕在图片右侧
CSS 快速提升设计可读性和维护性
评论 (0)
All
登陆
还没注册?