Opacidad en diferentes navegadores


/ Published in: CSS
Save to your folder(s)

Diferentes formas de establecer la opacidad de elementos para diferentes navegadores


Copy this code and paste it in your HTML
  1. opacity: 0.7; /* Safari, Opera */
  2. -moz-opacity:0.70: /* FireFox */
  3. filter: alpha(opacity=70); /* IE */

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.