CSS Filters
Css filters are possibly the greatest way to control the look of images and text on a page, and are awesome when used in your A:hover tag as a rollover effects.
|
Example
|
Filter & Syntax
|
text |
Filter: Blur(Add = 0, Direction = 225, Strength =
5)
|
text |
Filter: Blur(Add = 2, Direction = 100, Strength =
2)
|
text |
Filter: blur
|
![]() text |
FILTER: Alpha(Opacity=100, FinishOpacity=15, style=1)
|
![]() text |
FILTER: Alpha(Opacity=100, FinishOpacity=15, style=2)
|
![]() text |
FILTER: Alpha(Opacity=100, FinishOpacity=15, style=3)
|
![]() text |
FILTER: flipH
|
![]() text |
FILTER: flipV
|
![]() text |
FILTER:dropshadow(color='c0c0c0',
strength=3) |
![]() text |
FILTER:glow(color=blue, strength=3)
|
![]() text |
filter:shadow(color='#3366CC', strength=6)
|
![]() text |
Filter: Gray
|
![]() this is green text |
Filter: Invert
|
![]() this is green text |
Filter: Xray
|