
Css
iteye_7030
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
鼠标移动上去,弹出显示图片
写道 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title> 动态创建DIV </title> </head> <body> <scr2010-06-24 03:07:19 · 901 阅读 · 0 评论 -
图片提示
a.tips { position: relative; } a.tips img { display: none; } a.tips:hover img { display: inherit; position: absolute; }原创 2010-07-14 13:45:46 · 88 阅读 · 0 评论