dadamssg Posted April 1, 2009 Share Posted April 1, 2009 i have two divs...a container and then a div containing pagination links...i want the link div to stuck to the bottom center of the container div. anyone know how to achieve this? Quote Link to comment Share on other sites More sharing options...
Bluey Zarzoff Posted April 10, 2009 Share Posted April 10, 2009 Hi. I know this is an old post. How did you go. Try this in the container div text-align: center; //This centers the next div horizontally vertical-align: bottom; //This will sent it to the bottom of the page Quote Link to comment Share on other sites More sharing options...
Axeia Posted April 10, 2009 Share Posted April 10, 2009 Set the container to position: relative; Then set the link to position: absolute; bottom: 0; As for center alignment.. text-align: center; or margin: 0 auto; depending on how the complete code looks.. Quote Link to comment Share on other sites More sharing options...
dadamssg Posted April 10, 2009 Author Share Posted April 10, 2009 hey thanks Quote Link to comment Share on other sites More sharing options...
Axeia Posted April 10, 2009 Share Posted April 10, 2009 You're welcome, you may want to change the status of the thread to "solved" so other people looking for the same solution can find it more easily. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.