DreamWeaver里能不能加投影

来源:百度知道 编辑:UC知道 时间:2024/05/27 08:05:32
我想在DREAMWEAVER里给图片直接加投影,因为图片是图文混排的,在还要有效果,我知道在CSS里怎么加描边但不知道能不能加投影。

可以的,网上有身多素材例题!查一下

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>幻影图片效果</title>
</head>
<body>

<style>
#test{
filter:progid:DXImageTransform.Microsoft.MotionBlur(Strength=30,Direction=90)
}
</style>

<img src="images/flag.gif" id="test">
</body>
</html>

加阴影么?
<div background=你可以背景放上灰黑色做阴影><img 中间插上你要的图片 /> </div>
思路是这样,你控制下DIV大小位置就成了