Ok, so I want the left side div to have scrolable content, i tried overflow: hidden and auto yet they don’t quite do the trick. There is still a scroll-bar showing.
Here is the JSFiddle with HTML and CSS: http://jsfiddle.net/yukimura/Sgq4j/
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.
You can wrap it inside a second div, which is narrower by the scrollbar size and set that div’s overflow to hidden.
HTML
CSS
http://jsfiddle.net/Sgq4j/3/
Referred to this solution: Remove HTML scrollbars but allow mousewheel scrolling