Flicker with IE when using jQuery accordion
Posted: 25 January 2010 03:59 AM   [ Ignore ]
Jr. Member
Avatar
RankRank
Total Posts:  33
Joined  2008-12-15

We added an accordion menu (using jQuery) on left side of http://www.videowhisper.com/ . It works fine on FF but it produce some flicker in IE.  In also produce a small jump in Chrome (a couple of pixels) but that’s ok.
Any suggestions about styling the divs in position and size to prevent this?

Profile
 
 
Posted: 28 January 2010 02:35 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  1
Joined  2010-01-28

Hi,

To solve your problem you need to use latest Doctype like, <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

Try to put this at top of all your HTML code and enjoy.

Let me know if you find any problem.

Profile
 
 
Posted: 28 January 2010 09:18 PM   [ Ignore ]   [ # 2 ]
Jr. Member
Avatar
RankRank
Total Posts:  33
Joined  2008-12-15

Amazing, that fixed it.

10x

Profile
 
 
Posted: 08 July 2010 02:17 PM   [ Ignore ]   [ # 3 ]
Newbie
Avatar
Rank
Total Posts:  1
Joined  2010-07-08

thanks for info

Profile