I created a scrollbar and it works fine in google chrome and firefox, but not in IE. I have a feeling that it is related to the line-height property.
My code is:
Html:
<div id="scrollbar"><br /></div>
Css:
#scrollbar { margin-top: 10px; height: 220px; float: right; overflow-y: scroll; line-height: 403px; }
Here is my jsfiddle .
Anyway, to get this to work in IE?
source share