Re: [css-d] Relative Positioning within Non-Absolutely Positioned DIV

2007-01-24 Thread Matt Fielding
On 1/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > How do I get an element (copyright statement in this instance) to always > be positioned in the lower right hand corner of a DIV that is not absolutely > positioned? In this instance my DIV starts right at the top of the page and > the ma

[css-d] Relative Positioning within Non-Absolutely Positioned DIV

2007-01-24 Thread christianz
How do I get an element (copyright statement in this instance) to always be positioned in the lower right hand corner of a DIV that is not absolutely positioned? In this instance my DIV starts right at the top of the page and the margin-left and margin-right are set to 'auto.' _