In the old days we were forced to put everything in static images. Text, shadows, anything! These days we can post-process, and CSS does this very nicely indeed due to its declarative manner (for awhile folks were doing a lot of this via Canvas).It is great to see some new advanced filters explained in detail on HTML5 Rocks.
FunctionSource, Your Source for Developer News
Posts Tagged "filters"
WebKit filter fun: invert()
Posted by Dion Almaer about a year ago on css filters svg
Try
javascript:document.body.style.webkitFilter='invert()' in a recent WebKit nightly for fun inversion goodness where ENABLE(FILTERS) is turned on.