[css-d] Social buttons positioning

2012-07-19 Thread Brian M. Curran
Hi There, I'd like my social buttons on my homepage www.draftingservices.com to sit at the bottom of my page. I don't want to push them down x pixels, but rather align them to the bottom of the page another way. Any recommendations on a technique to do so? For instance, would creating two more

Re: [css-d] Social buttons positioning

2012-07-19 Thread Isabel Santos
Hi Brian, I'm not sure exactly where you want the buttons, but something like: #social {position:absolute; left:180px; bottom:20px;} /* sets absolute position relative to the next positioned ancestor */ #bodyContainer {position:relative;} /* sets reference for descendents positioning */ would

Re: [css-d] Social buttons positioning

2012-07-19 Thread Hahnel, Fred (DET-MRM)
You could put them inside the footer. -Fred Hahnel -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Brian M. Curran Sent: Thursday, July 19, 2012 5:52 AM To: css-d@lists.css-discuss.org Subject: [css-d] Social buttons