I tried that. I think that div needs its parent to be relatively positioned.
>-----Original Message----- >From: Jayesh T [mailto:[email protected]] >Sent: Friday, October 21, 2011 2:50 PM >To: Angela French; [email protected] >Subject: Re: [css-d] help with positioning text in bottom right corner >ofcontent area > >You could put it in a DIv like this: > ><div class="mybottom"> > <p> AF </p>. ></div> > > >Then your CSS is like this: > >.mybottom { > position: absolute; > bottom: 0; > right: 0; > height: 50px; > background-color: blue; > color: yellow; >} > >hth > > >-------------------------------------------------- >From: "Angela French" <[email protected]> >Sent: Friday, October 21, 2011 10:15 PM >To: <[email protected]> >Subject: [css-d] help with positioning text in bottom right corner ofcontent >area > >> 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/
