On occasion I need to click a sIFR link in order to "activate" it. I hover over it and nothing happens. I click it, then hover over it and then it works correctly. This seems to mostly happen with items that are not within the viewport when the page renders (items you have to scroll to see). Is there a fix for this?
A:
This tends to be a problem in Firefox when you have a Flash movie with wmode
set to transparent
or opaque
, contained in a float
ed element. Removing the wmode should resolve the issue.
Mark Wubben
2009-08-14 23:12:03
That's a bummer. The wmode has to be transparent as the background color changes with various scenarios. Oh well. Thanks for the tip though, much appreciated.
2009-08-17 16:08:04