青岛设计网标志 搜艺招聘
   Guest:  登陆 | 注册 | 网站首页 | 论坛首页 | 我的贴子 | 修改资料 | 留言板 | | 论坛帮助  | 论坛首页  

  论坛首页   WEB网页设计教程  CSS+DIV设计实例:Hover over下的边框变化

[公告]快到[搜艺招聘网]发布招聘信息 注册简历、发布自己作品! :)  
CSS+DIV设计实例:Hover over下的边框变化  
    zhanzhan

查看zhanzhan的博客


金钱: 792
Level: 0
发帖数: 158
最后登陆: 2008/12/12
注册时间: 2007/3/15


[鍜界値鍚冧粈涔堣嵂]姣忓ぉ娉2琚嬶紝鍧氭寔30澶╋紝鍜界値濂藉鍒
信息 | 留言 | 引用 | 回复 | 编辑 | 置顶 | 移动 | 删除

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
p#outer {
position:relative;
float:left;
margin-top:20px;
margin-left:20px;
background: blue;
}
#outer a {
margin:0;
background-color:blue;
display:block;
position: relative;
border:2px dashed red;
}
#outer a:hover {border:2px dashed #CCFFCC;}
#outer img {display:block;border:none;background:#ffffcc;padding:4px;}
</style>
</head>
<body>
<h1>Hover over the image to see the double border effect</h1>
<p id="outer"><a href="http://www.68design.net/art/#/"><img src="http://www.pmob.co.uk/temp/images/screenanother3col.gif" alt="example image border" width="150" height="86" /></a>
</p>
</body>
</html>
<script language="javascript">
var now = new Date();
document.write("<img src='http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer="+escape(document.referrer)+"&rand="+ now.getTime() + "&cur="+escape(document.URL)+"' border='0' alt='' width='0' height='0'>");
</script>
<noscript>
<img src="http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer=noscriptcounter&cur=noscriptcounter" border='0' width='0' height='0'/>
</noscript>

①岁半の站站




2007/7/23
信息 | 留言 | 引用 | 回复 | 编辑 | 置顶 | 移动 | 删除


青岛设计网版权所有
本论坛言论纯属发表者个人意见