/ Published in: CSS
Diferentes formas de establecer la opacidad de elementos para diferentes navegadores
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
opacity: 0.7; /* Safari, Opera */ -moz-opacity:0.70: /* FireFox */ filter: alpha(opacity=70); /* IE */