I have an applet that opens within a frame inside a div that overlays my main page. When the user clicks the close button, it hides the div including the applet using the following CSS:
display: none;
visibility: hidden;
This works everywhere except IE9. Anyone have any ideas why or how I can easily work around this?
display: none;
visibility: hidden;
This works everywhere except IE9. Anyone have any ideas why or how I can easily work around this?