Hi, On Wed, 2005-09-28 at 11:52 +0100, [EMAIL PROTECTED] wrote: > <div id="middle_extended" style="browser hack goes here"> </div> > > Is it possible to apply browser hacks that are not in the external css but > inline.
Yes, it's possible for some of them. @import and selector hacks (like * html) do obviously not work if you have your styles inlined. But hacks that are applied at the property level should work (like _height et al.) -- Matthias Kestenholz [EMAIL PROTECTED] http://blog.irregular.ch/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
