#24: Problems in internet explorer 8 beta (Open)

May 26 2008 * 19:48
Reported by:   Assigned to:  
Priority: Normal  Milestone:  

Hi, im using the window class. The problem is with internet explorer 8, the window class doesnt seem to work correctly the windows, well, basically dont move when the user interacts.

Im new to all this web programming thing so please if the solution is obvious excuse my ignorance,

Many Thanks James www.scousenetwork.com

Changelog:

Modified by – May 27 2008 * 13:09

Well – IE8 is a beta and it has some strange rendering issues. Even msn had some issues before ms fixed them.

The best way at the moment is to tell IE8 to use the IE7 rendering engine at the moment and hope that IE8 beta 2 will solve some issues

Just put this meta-tag to the head of your page:

<meta http-equiv="X-UA-Compatible" content="IE=7" />