Anyone know how to create a division like the the ones used in Google Chat inside Google Mail? i.e. they are always at the bottom.
I hope there is a way to create it with HTML and CSS only.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simple CSS –
position: fixed; bottom: 0px;should work in all modern browsers – and IE6 when using IE7.js