Bah, I should learn to proofread better before I hit send... On 6/3/05, Craig Cook <[EMAIL PROTECTED]> wrote: > On 6/3/05, Magenta Placenta <[EMAIL PROTECTED]> wrote: > > THANKS! > > > > If I use global 0 margins, won't that blow out my centering of the shell div > > since I'm centering it with > > > > margin-left:auto; > > margin-right:auto; > > Yes it will
No it won't, I misspoke (mistyped?). Because the more specific rule styling your #shell div declares its own margins, that rule trumps the global zero. Just wanted to clear that up if you were confused. Regarding the end slash ( /> ), XHTML requires *all* tags to be closed, even "empty" elements like <br>, <hr>, and <input>. This isn't required in HTML4. -- Craig, www.focalcurve.com ______________________________________________________________________ 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/
