sIFR Mouse over styles and Scrolling Issues on Windows OS
I’m a windows OS user and use sifr3, I have some issues.
I. MOUSE OVER STYLES:
I have set color, hand pointer style, for mouse over.
firefox/safary:
After I scroll up/down a little by scroll bar in the browser, then I do mouse over on the embedded letter, but I don’t see the style I have set for mouse over.
II. SCROLLIING:
firefox/safary:
When I do mouse over on a letter I have embedded and scroll up/down by my mouse; then the scrolling is not working.
some other (google chrome/ IE7):
After click on the embedded letter, I cannot scroll by mouse too.
And I have tested with some sites that use sifr3, such as:
http://dev.xiligroup.com/?p=235&cpage=1#comment-11543
Note: It may have problem only in Windows OS.
Any one help please?
Best re开发者_如何学JAVAgards,
Rithy
The solution to this problem is to force the browser to update its message pump to the embedded flash UI element by specifying a hover style to 'embed' elements... NOTE: the style has to force some sort of calculable change... e.g.
embed:hover
{
padding:1px;
}
This can be an issue if you have specified opaqueness or transparency on sIFR movies that are contained within floated content. Sadly this is a browser/Flash issue. Try removing the opaqueness or transparency and see if that helps.
精彩评论