@sakin – I’ve ran it through the validator site and that didn’t pick anything up and so I’ve now added this code:
function rw_ie9() {
echo ‘<meta http-equiv=”X-UA-Compatible” content=”EmulateIE=9″>’;
}
add_action(‘wp_head’, ‘rw_ie9’);
?>
The page in question is here.
Thanks