Brian Ogden wrote: > Is there a way to do this: > > <div style="text-align:center">Some Content > <div id="this one must be nested in the one above" > style="text-align:none"></div> > </div> > > In other words how do I stop the cascade? >
You can't stop the cascade. But every property has a default value, and you can set a property back to its default value in the second div. In your case, use "text-align: left;". Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
