Hi
I am building a website for a client and seem to have run into a small incompatibility issue. I am using the overflow:auto control but when i load the page in IE7 i can scroll by clicking on the arrows or pulling the bar up and down but it wont allow me to use the mouse wheel. Here is a section of my css file:
.page_content {
font-size: 11px;
margin-top: 5px;
padding-top: 40px;
padding-left: 10px;
text-align: justify;
padding-right: 10px;
padding-bottom: 40px;
overflow: auto;
width: auto;
height: 362px;
}
could you please analyse this and tell me whats wrong because it works perfectly in firefox.
thanks
Jono