I discovered this by accident, but it's actually pretty handy for previewing CSS3 stuff within Actinic, and quick cross browser checks.
If you add the line
<meta http-equiv="X-UA-Compatible" content="IE=9" />
inside the <HEAD></HEAD> tags, it makes the preview window render as IE9, with CSS3 etc.
I presume it only works if the machine has IE9 installed already.
I wouldn't rely on it being 100% accurate though.
If you add the line
<meta http-equiv="X-UA-Compatible" content="IE=9" />
inside the <HEAD></HEAD> tags, it makes the preview window render as IE9, with CSS3 etc.
I presume it only works if the machine has IE9 installed already.
I wouldn't rely on it being 100% accurate though.
Comment