图片阴影

css

2008-05-14 21:49

#outer {
background-color:#CCCCCC;
width:308px;
}

img {
width:300px;
height:300px;
position:relative;
left:-2px;
top:-2px;
border:1px solid #000000;
padding:3px;
background-color:#FFFFFF;
}

</style>
</head>
<body>

<div id="outer">
    <img src=" Pictures/123123123.jpg" width="1024" height="768" ></div>