/    Sign up×
Community /Pin to ProfileBookmark

what other types of filters are there in CSS?
i only know two so far and they’re

[code=html]
style=”filter:glow(color:lime;strength:10)”

and

style=”filter:shadow(color:lime)”
[/code]

but im sure that i have seen some other ones before and i cant find them again.

Thanks a lot!

to post a comment
CSS

6 Comments(s)

Copy linkTweet thisAlerts:
@SiddanJan 19.2005 — someone posted this link to me,,, and so I might post this to you aswell ?
Copy linkTweet thisAlerts:
@TriumphJan 19.2005 — [i]Originally posted by Siddan [/i]

[B]someone posted this link to me,,, and so I might post this to you aswell ? [/B][/QUOTE]
Where da link??
Copy linkTweet thisAlerts:
@SiddanJan 19.2005 — very good question....

but here it is, hehe

[URL=http://www.w3schools.com/dhtml/dhtml_examples.asp]http://www.w3schools.com/dhtml/dhtml_examples.asp[/URL]
Copy linkTweet thisAlerts:
@NogDogJan 19.2005 — Note that these "filters" are not actually part of CSS; they are proprietary enhancements to specific browsers (MSIE), and as such they are not likely to be seen by all users. For more info on available filters for MSIE, see http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/filters_transitions_entry.asp .
Copy linkTweet thisAlerts:
@____h_4__Jan 20.2005 — [size=1][b][u]Background Filter:[/u][/b][/size][color=darkRed]
filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#000000', startColorstr='#ffffff', gradientType='1');
[/color]
[size=1][b][u]Image Filters:[/u][/b][/size][color=darkRed]
filter: alpha(style=[b]1[/b], opacity=70); // Gradient edges (1)
filter: alpha(style=[b]2[/b], opacity=70); // Circular edges (2)
filter: alpha(style=[b]3[/b], opacity=70); // Fading edges (3)
[/color]
[size=1][b][u]Text Filters:[/u][/b][/size][color=darkRed]
filter: [b]shadow[/b](color=#000000, direction=200);
filter: [b]dropShadow[/b](Color=#000000, OffX=2, OffY=2, positive=2);
filter: [b]glow[/b](color=#000000, strength=10);
filter: alpha([b]opacity[/b]=100, finishOpacity=0, style=1, startX=0, startY=0, finishX=200, finishY=0);
filter: [b]blur[/b](add=1, direction=220, strength=10);
filter: [b]wave[/b](add=0, freq=1, lightStrength=20, phase=10, strength=10);
[/color]
[size=1]For more information on DHTML filters visit Microsofts "[url=http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/filters.asp][size=1]Introduction to Filters and Transitions[/size][/url]" Development page.[/size]
Copy linkTweet thisAlerts:
@chrizauthorJan 20.2005 — thanks a lot
×

Success!

Help @chriz spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...