Here’s my code: http://jsfiddle.net/ybCN5/
I do not know why it does not work.
I’ve tried different ways and still cannot find a solution. I’m going to use this box for jquery sliding.
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.
Your
position:absolute;is causing the element(.sldtitulo) to escape its parent. You need to give the parent that you want it to not overflow apositionwith a value that is notstatic.