I did try putting the <p> inside a < div> that I positioned relative with the <p> positioned absolutely. But I suppose what I need to do is set the content container to relative. But I didn't write the layout CSS (happened before I got here) and there is something funky about the nested divs used to arrive at the content area. I'm a little hesitant to mess with them. Any other possibilities?
From: Kevin A. Cameron [mailto:[email protected]] Sent: Friday, October 21, 2011 2:29 PM To: Angela French Cc: css-d ([email protected]) Subject: Re: [css-d] help with positioning text in bottom right corner of content area 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]<mailto:[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<tel:360-704-4316> [email protected]<mailto:[email protected]> http://www.checkoutacollege.com/ ______________________________________________________________________ css-discuss [[email protected]<mailto:[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://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/
