ASP.NET (35) SQL (25) JAVASCRIPT (24) HTML (14) STYLE SHEET (6) ASP (4) SCRIPT (1)

Search me out HERE!!

Set OPACITY of image / Div tag.

Set OPACITY of image/Div tag.

~  for IE ~
filter:alpha(opacity=60);
~ CSS standard ~
  opacity:0.6;

 Consider below example:

<img src="test.jpg" width="150" height="113" alt="Opacity Test"
style="opacity:0.4;filter:alpha(opacity=40)" />


Regular Image:


The same image with transparency:

No comments:

Post a Comment