Is there a way, in CSS, I can make an element click-through-able. As in, I have an absolutely positioned div, over a link. I'd like to be able to click the link through the overlay div. The overlay has a mostly transparent background, and the link has no covering pixels.
I've tried background: url('...') transparent, but to no avail.
Thanks for any help,
James
Ps. If this is a dupe, sorry - I don't know how to describe my situation in a title.
EDIT
I've made a fiddle of my problem here. The link can be clicked in IE8, but not in FireFox. What I want to do is make an image ticker in the #underlay div. The overlay is so that I can have a background with a gradient from solid to transparent on the bottom and top, so I can make the images sort of 'scroll into nothing', without fading the entire image out at once, if this makes sense (if anyone has an android phone, try scrolling your memos and watch the top/bottom of the screen - the memos fade into nothing don't they?)
Thanks
inline-blockor something might work. – Bojangles Jan 28 '11 at 12:33