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\
For IE, just set the bottom div or layer to use a negative index, like this:
div
layer
{pointer-events: none; z-index: -100}