|
蓝森林 http://www.lslnet.com 2006年8月25日 8:28
求助!!在线等:关于滤镜的问题。
<font style="filter:Shadow(Color=ffffff, Direction=225)">fsdadfasdf</font>
哪里错了啊?? |
求助啊。 |
还想问一下怎么对图片用shadow啊?
<img src="file:///E|/t-shirt.jpg" width="417" height="364"style="filter:Shadow(color=#cc0000,direction=225,strength=5);">
不行啊,应该什么用?? |
[html]<style type="text/css">
.aa{filter:shadow(color=#000000,direction=200,);}
</style>
<table width="500" border="1" cellpadding="0" cellspacing="0" class="aa">
<tr>
<td>111111111111111111111111111111</td>
<td>111111111111111111111111111111</td>
</tr>
</table>[/html] |
[html]<style type="text/css">
.aa{filter:shadow(color=#000000,direction=200,);}
</style>
<table width="500" border="1" cellpadding="0" cellspacing="0" class="aa">
<tr>
<td>111111111111111111111111111111</td>
<td>111111111111111111111111111111</td>
</tr>
</table>[/html] |
|