I was facing extremely ugly and annoying M$IE flickering (no such problems in FF and Safari), and it turned out nothing else helps but adding   <meta http-equiv="Page-Enter" content ="revealTrans(Duration=0.5,Transition=4)" />   meta tag to the header (Transition=4 is optional; Duration has to be > 0.0 to work!).

Now, my site looks OK also in M$IE (tested with 8.0 and compatibility mode...), but whenever I visit the FAQ page, this effect doesn't seem to be in effect (altough this meta tag is present in header).

I guess it must be something related to FAQ module particular javascript, but unfortunately don't have enough knowledge about any (M$IE transitions and/or javascript) to even have a clue where to start to dig.

Any ideas about what could it be, and how to handle that?

Comments

stella’s picture

Status: Active » Closed (cannot reproduce)

I can't reproduce this issue. Perhaps it's specific to your site? The FAQ module doesn't mess around with the meta tags so it shouldn't interfere with that. As for the FAQ javascript, it doesn't do anything too fancy and just uses the regular jQuery functions to show and hide elements - i.e. slideToggle(), slideUp/Down(), toggleClass(), hide(), show().