IE Sucks - Hacks to make jquery, etc work
Sometimes your fancy jquery will not work in IE8 for whatever reason. This little trick just might help.
Add the following to page.tpl.php right after the <title><?php print $head_title ?></title> line. That'll make IE8 act like IE7 - retarded right?
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />