I have a terrific signup/signin setup which works great in FF but is giving me grief in IE (two problems). Here's how it works:
On whatever page you are you can click sign in or sign up. A div with a semitransparent png background appears with the appropriate dialog (div) on top.
The first problem I have is that the div with the png background allows interaction with the page below it (only in IE). So roll overs work, and you can click on links. This is not desirable. How can I prevent this from happening?
I tried setting the div's mouseover and mouseout events to stopBubbling, but that didn't help.
The second problem is that the labels on the first dialog (signup) aren't showing up. They're the same code as the second dialog (signin).
I'm confused. Any help appreciated.
- AAA
