I'm stumped by the following snippet:  Why is Copyright appearing
above Header?  Isn't its parent div Content - so shouldn't it appear
beneath Header but above Content?

<h1 style="text-align: center">Header</h1>
<p>more header info</p>
<div id="content">
<p>Content</p>
<p>Content</p>
<div style="position: absolute; right: 10px; top: 0px;"><p>Copyright</p></div>
</div>

PS Please cc me on all responses, thanks.
______________________________________________________________________
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/

Reply via email to