Try making the parent element position relative, and the AF element position absolute, bottom:0, left:0.
Kevin On Fri, Oct 21, 2011 at 2:15 PM, Angela French <[email protected]> wrote: > I need to position a very small text item in the bottom right hand corner > of my content area. > I've tried positioning it relative with bottom:0 and right:0, but that > didn't work. So then I just positioned it like so: > > <p style="position:relative;bottom:0;left:100%;">AF</p>. > > This does move it to the right, but not to the bottom of my page content > area. I can't determine what is keeping it from sitting on the bottom. Any > advice appreciated. Here is my test page: > > http://sbctc.edu/college/test.aspx > > > > Angela French > Internet Specialist > State Board for Community and Technical Colleges > 360-704-4316 > [email protected] > http://www.checkoutacollege.com/ > > ______________________________________________________________________ > css-discuss [[email protected]] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
