I have a problem with IE8, when put a div with “overflow: auto” only is displayed the vertical scroll but no the horizontal.
<div class="pnct" style="margin-right: 10px; height: 400px; overflow: auto">
Any suggestion.
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.
Thats because you’ve set the height, but not set the width.
The div doesnt know at what point to overflow…
Heres a fiddle with the width set and some content.
http://jsfiddle.net/Jvz9E/