I have a div that has background:transparent, along with border. Underneath this div, I have more elements.
div
background:transparent
border
Curre
An easier way would be to inline the transparent background image using Data URIs as follows:
.click-through { pointer-events: none; background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }