I have 2 divs - one above the other on a page.
<div id="div1"></div>
<div id="div2"></div>
Div1 contains some content with links.
Div2 has a CSS background that is a partially transparent .png file (png-24).
I used a negative margin-top on div2 so that they would overlap a little bit. This was a requirement of the design I am following.
Essentially, the png on div2 is OVERTOP of the links in Dev1. However - these links are clickable in FF3, IE8, Safari4 because of the transparancy. IE7 is the only browser that seems to have a problem. Any ideas or guidance? I could not find anything on Google about this.