How do I force ie9 to load in ie9 mode instead of stupid quirks mode? My site keeps breaking in ie9 because it's defaulting to quirks. I don't have a quirks declaration anywhere. I'm using <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> Code (markup): but the stupid site keeps breaking because I'm too stupid to figure out ways to get around IE's stupidity. Please help! Even better, how do I get the damn site to work in other versions of IE. /wrists
Nevermind, I figured it out. I would delete thread, but I don't know how. In case anyone wants to know, it's <meta http-equiv="X-UA-Compatible" content="IE=9"> Code (markup): I hate you IE! BURN IN BROWSER HELL FOREVER!!!!!!