Nancy O. , rgba <div style="background: rgba(255, 0, 0, 0.25);"> is cool, but...
- cross browser syntax ?
- cross browser text wipout ?
opacity: 0.50; /* Firefox ab 3 */
filter:alpha(opacity=50); /* IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha (Opacity=70); /* IE 6-8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
-moz-opacity: 0.5; /* Mozilla firefox + Netscape navigator */
-khtml-opacity: 0.5; /* Safari old + Chrome old + Chromium */
opacity: 0.5; /* Good browsers */
burb !! prog id -- bugging dw today (lol) that html file is 2 things
- a skin you edit with any dos text editor
- a file core distributing code enforcing groovy things like text wipout
Also, style weighting sometimes demands image backgrounds !
So finally, hexadecimal #aaaaaa is universal - RGBA support is :
IE9+, Firefox 3+, Chrome, Safari, and Opera 10+ ( tablet and handheld ? )
and CSS3 opacity support is :
IE9+, Firefox 2+, Chrome, Safari, and Opera ( tablet and handheld ? )
... which brings us back to png transparent backgrounds
and DW's very rare transfer of PNG opacity to text
Message was edited by: Mark.Stewart to include link annotations.