I have a javascript tab system I've coded, and I have it set up that there are three tabs: 1. plays a flash slideshow 2. plays a flash video player 3. displays a google map
The video is created and hosted on a separate domain, so I have to call it via an iframe (yuck.)
The tabs are working that when I click one tab, it sets the other two content divs to "display: none;" and sets itself to "display: block;" Pretty straight-forward. The problem is in IE6 and IE7 - when I click one tab, it effectively sets the video tab to display: none, as the content does actually dissapear. BUT, the video still keeps playing the audio!!
What on earth is happening?? I could not find anything about the subject, whether or not there's a bug.
Unfortunately, I cannot post what I am working on, for legal reasons.
Any thoughts? have you seen this before??
The video is created and hosted on a separate domain, so I have to call it via an iframe (yuck.)
The tabs are working that when I click one tab, it sets the other two content divs to "display: none;" and sets itself to "display: block;" Pretty straight-forward. The problem is in IE6 and IE7 - when I click one tab, it effectively sets the video tab to display: none, as the content does actually dissapear. BUT, the video still keeps playing the audio!!
What on earth is happening?? I could not find anything about the subject, whether or not there's a bug.
Unfortunately, I cannot post what I am working on, for legal reasons.
Any thoughts? have you seen this before??







