Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #24522

filter (was: Opacity Problem for IE8 and lower)

From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups comp.infosystems.www.authoring.stylesheets, comp.lang.javascript
Subject filter (was: Opacity Problem for IE8 and lower)
Followup-To comp.infosystems.www.authoring.stylesheets
Date 2014-06-01 14:59 +0200
Organization PointedEars Software (PES)
Message-ID <2520092.rkAMmGBtOm@PointedEars.de> (permalink)
References <buptfvF1um5U1@mid.individual.net> <h7ifo9hqqbubrvp610p6caare6tf3l6aea@4ax.com> <burglvFbuv1U1@mid.individual.net> <1469414.X9OfJ2x7EV@PointedEars.de> <burps1FduapU1@mid.individual.net>

Cross-posted to 2 groups.

Followups directed to: comp.infosystems.www.authoring.stylesheets

Show all headers | View raw


[X-Post & F'up2 comp.infosystems.www.authoring.stylesheets]

Mel Smith wrote in comp.lang.javascript:

> [Thomas 'PointedEars' Lahn] said:
>> You should either read Flanagan's book again
> 
>     I did, and on Pg 368 of his 5th edition I found :
> 
>         filter: alpha(opacity=75) ;
> 
>     as a CSS3 style.for IE versions >= 8

JFYI, this does not have anything to do with CSS3.  It is a Microsoft-
proprietary property that is only necessary for that effect in IE/MSHTML
_<_ 9 (IE >= 9 support the “opacity” property, *that* “filter” property has 
been deprecated).

It is not to be confused with the “filter” property of the Filter Effects 
Module specification (WD) that some layout engines implement for CSS and 
that may become part of CSS3 or a higher level.

<http://lmgtfy.com/?q=filter+property>
<http://www.w3.org/TR/filter-effects/>

>     but no use of this 'filter' in JS/ES
> 
> or (which I recommend) dump it

-- 
PointedEars
FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix>
Please do not Cc: me. / Bitte keine Kopien per E-Mail.

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Opacity Problem for IE8 and lower "Mel Smith" <syntel@cox.net> - 2014-05-29 17:17 -0600
  Re: Opacity Problem for IE8 and lower Ed Jay <edMbj@aes-intl.com> - 2014-05-29 16:56 -0700
    Re: Opacity Problem for IE8 and lower "Mel Smith" <syntel@cox.net> - 2014-05-30 07:50 -0600
      Re: Opacity Problem for IE8 and lower Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-30 17:27 +0200
        Re: Opacity Problem for IE8 and lower Christoph Michael Becker <cmbecker69@arcor.de> - 2014-05-30 17:56 +0200
        Re: Opacity Problem for IE8 and lower "Mel Smith" <syntel@cox.net> - 2014-05-30 10:27 -0600
          Re: Opacity Problem for IE8 and lower Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-30 22:37 +0200
          filter (was: Opacity Problem for IE8 and lower) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-01 14:59 +0200
  Re: Opacity Problem for IE8 and lower Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-30 14:32 +0200
  Re: Opacity Problem for IE8 and lower Joao Rodrigues <groups_jr-1@yahoo.com.br> - 2014-06-01 13:27 -0300

csiph-web