Archive for the ‘Web Design’ Category

Add Filter for the Picture

Monday, December 14th, 2009

Before:

<div style=”border:1px solid #99BBDD;margin-bottom:10px;margin-right:5px;background:url(chuntian2.jpg);”>
<img src=”images/chuntian2.jpg” width=”968″ height=”60px” alt=”"/>
</div>

<div style=”border:1px solid #99BBDD;margin-bottom:10px;margin-right:5px;background:url(chuntian2.jpg);”>

<img src=”images/chuntian2.jpg” width=”968″ height=”60px” alt=”"/>

</div>

After:

<div style=”border:1px solid #99BBDD;margin-bottom:10px;margin-right:5px;background:url(chuntian2.jpg);width:868px;opacity:0.5;filter: alpha(opacity=80);”>

<img src=”images/chuntian2.jpg” width=”868px” height=”60px” alt=”"/>

</div>