I want to write a cross-browser widget, to integrate both to IE standard and quirks mode pages (FF is easy of course).
Since I want to write the styling only once I would like to condition some styling statemets to execute only in quirks/standard mode.
Is there a way t do so?
As far as I understand, both the _ hack and IE conditional comments only allow me to distinguish between different browsers, not different browser modes. Can anyone help?
Thanks a lot!