you are in: codestackercodes [RSS]cross-browser transparency using css

cross-browser transparency using css Delicious Email

show/hide lines
   1  .class {  
   2      filter:alpha(opacity=50);  
   3      -moz-opacity:0.5;  
   4      -khtml-opacity: 0.5;  
   5      opacity: 0.5;  
   6  }
created by leozera — 21 June 2009 — get a short url — tags: css embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image