I'm working on a site where a rather important chunk of the layout pretty badly on IE4. I've decided that I can live without that layout nuance in that browser, though, so I'm working on trying to hide it from IE4.
Ordinarily, this would be no problem; I know several techniques (the infamous "Box Model Hack" for example). However, thanks to Microsoft's "genius," these same techniques all seem to hide that same bit of layout from IE5/Windows (though not IE5/Mac). I don't want to do that, obviously. So I'm left looking for some nice CSS bug in IE4 that was fixed in IE5 which I can exploit.
Anyone got any ideas?