Hey,
I'm trying to replicate twitter's "fade out" layer at the bottom of the feed widget (on their main page at twitter.com).
The only way I could come up with that didn't use html5 was place an absolute positioned div above the feed div, and give it an alpha channeled png with a white-to-transparent gradient above it. This was easy to achieve.
Only problem now is that the divs that appear below the transparent layers are not clickable. Any idea about how to make the divs clickable? Maybe you have another method to replicate this effect altogether?
Thanks!