To create transparent image you can use that code..
Firefox uses the property opacity:x for transparency, while IE uses filter:alpha(opacity=x).Code:<img src="klematis.jpg" width="150" height="113" alt="klematis" style="opacity:0.4;filter:alpha(opacity=40)" />



LinkBack URL
About LinkBacks
Reply With Quote

Cheers!
