Quantcast
Channel: Adobe Community: Message List - Dreamweaver support forum
Viewing all articles
Browse latest Browse all 90058

Re: Opacity screws up font in IE

$
0
0

Nancy O. , rgba <div style="background: rgba(255, 0, 0, 0.25);"> is cool, but...

 

  1. cross browser syntax ?
  2. 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

 

  1. a skin you edit with any dos text editor
  2. 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.


Viewing all articles
Browse latest Browse all 90058


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>