在CSS中如何给不固定尺寸图片加阴影
在css中如何通过定义渐变边框给不固定尺寸的图片加阴影,运行代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="zh-CN" />
<title></title>
<style type="text/css" >
body {background:#2e334d;}
img {border:none;}
a.pic-shadow {display:inline-block;zoom:1;padding:1px;background:#262a3f;border:solid #2b3048 1px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
a.pic-shadow img {padding:1px;background:#13151f;border:solid #1e2132 1px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
</style>
</head>
<body>
<a class="pic-shadow" href="#" title=""><img src="" alt="" title="" /></a>
</body>
</html>
上面这段定义是各标准浏览器中圆角定义,用以更专业地欺骗眼睛,颜色代码可以在ps中做好外发光效果后拾取。
上面的效果是[柔和]、[扩展0]、[大小5px]、[颜色#000]其余默认