Hello there I had a small issue that I was hoping someone could assist me with I have a site set up and on the bio page I have a div with some information sitting inside which I wanted to vertically scroll... I set the height of the div to a min-height and then set the value to a certain number so only to show some of the info and then the reader would scroll the rest. The scroll bar shows in FF & Safari but its not showing in IE and I wasn't quite sure what to do here is the CSS I am using for that particular div
#bio-txt{
float:right;
clear:both;
width:500px;
height:500px;
overflow-y:hidden;
overflow:auto;
}
and here is a link to the actual site pageSITE
Any assistance would be greatly appreciated
Thank you