/ Published in: CSS
Diferentes formas de establecer la opacidad de elementos para diferentes navegadores
Expand |
Embed | Plain Text
opacity: 0.7; /* Safari, Opera */ -moz-opacity:0.70: /* FireFox */ filter: alpha(opacity=70); /* IE */
Comments
Subscribe to comments
You need to login to post a comment.

from firefox2 -moz-opacity specification is not necessary, because w3c standard opacity is supported.