sIFR Mouse over styles and Scrolling Issues on Windows OS

523 Views Asked by At

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:

Any one help please?

Best regards,

Rithy

2

There are 2 best solutions below

1
On BEST ANSWER

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;
}
4
On

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.