Rithy
Rithy

Reputation: 184

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:

Any one help please?

Best regards,

Rithy

Upvotes: 0

Views: 515

Answers (2)

clinton
clinton

Reputation: 26

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

Upvotes: 1

Mark Wubben
Mark Wubben

Reputation: 3349

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.

Upvotes: 0

Related Questions