Having a weird issue with IE that I've never seen before.
A whole bunch of my selectors just aren't applying at all in IE7 and IE8. They work fine in IE9 and good browsers.
To see the effect in action, just focus on the logo in the top left of this site: www.rtotv.com.au. Using developer tools (F12) in IE9, find this element:
<body>
<div class="container">
<header class="row header clearfix">
<h1 class="span3 logo">
<a title="RTO TV Home" class="ir" href="/"> <--this element
The styles.css stylesheet is loading fine, and the .ir class is applying, but as an example, this style selector doesn't apply AT ALL in IE7 & 8, but works perfectly in IE9:
header h1.logo a {}
If I can figure out what is happening here, I'm sure I'll be able to fix the rest of the site, but right now, this is completely destroying the site in IE7 & 8.