I have the sifr wordpress plugin running on a site that works great. However in IE6 for a heading in the body, when sifr is on, it puts a big padding/margin on top of the heading...like 150px or so.
Since I don't have an actual IE6 install, I've been previewing at Adobe Browser Lab.
I'd like to keep sifr on these headings for real browsers and just disable this one headline style for IE6 or all sifr rendering for IE6 in the plugin. Is this possible?
I found a note in documentation about disabling in the standard sifr.js, but I cannot locate the attribute in the sifr.js for Wordpress.
!sIFR.UA.bIsIEMac (I'd like to change it to something like !sIFR.UA.bIsIE6)
The Wordpress plugin edit runs all of the code together as does Dreamweaver and TextEdit, making it tough to find the spot to make this edit.