Hey guys. I've searched the web and really couldn't find the info I'm looking for.
I was wondering, which web browsers support CSS filters: like shadow, drop shadow, and others, aside from alpha? I figured this would be a quick easy way to create dirty polaroid photo albums dynamically without php or anything else.
thanks!
edit: I've noticed mention of "DHTML" maybe this has something to do with it?
the core code I was using was this example I found from a webpage(that I forgot to bookmark!)
filter:dropshadow(color=#ff0000, offx=5, offy=5, positive=true)
I was wondering, which web browsers support CSS filters: like shadow, drop shadow, and others, aside from alpha? I figured this would be a quick easy way to create dirty polaroid photo albums dynamically without php or anything else.
thanks!
edit: I've noticed mention of "DHTML" maybe this has something to do with it?
the core code I was using was this example I found from a webpage(that I forgot to bookmark!)
filter:dropshadow(color=#ff0000, offx=5, offy=5, positive=true)
Last edited: