> Is there an alternative to display:inline-block that will give a div > hasLayout?
It goes a bit against the validation grain, but I suggest using: zoom: 1; in a separate CSS file hidden from the validator by conditional comments. It's a little more future-proof (since it's a proprietary property from MS) than other methods, even if it is completely and utterly invalid. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
