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


Groups > comp.infosystems.www.authoring.stylesheets > #5287

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.infosystems.www.authoring.stylesheets | Previous | NextNext in thread | Find similar | Unroll thread


Thread

filter (was: Opacity Problem for IE8 and lower) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-01 14:59 +0200
  Re: filter (was: Opacity Problem for IE8 and lower) "Mel Smith" <syntel@cox.net> - 2014-06-01 09:26 -0600

csiph-web