In Internet Explorer 7, when I click on the menu in ‘Categories’ block, my website content slides to left.
Could you help me to debug this ?
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.
It seems to have something to do with a width and maybe positioning. If I put a
position: relativeon your id=”main-inner” and EITHER on the id=”content” I change the left margin from 240px to 239px OR change the id=”sidebar-left” width from 240px to 239px it seems to work. While this may not be the final solution you seek, it does seem to indicate that it is some interaction in the width of elements and the margins that is causing your issue.