i cant scroll in ie7
Posted: 15 June 2007 09:10 AM   [ Ignore ]
Newbie
Avatar
Rank
Total Posts:  3
Joined  2007-06-15

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
-size11px;
    
margin-top5px;
    
padding-top40px;
    
padding-left10px;
    
text-alignjustify;
    
padding-right10px;
    
padding-bottom40px;
    
overflowauto;
    
widthauto;
    
height362px;

could you please analyse this and tell me whats wrong because it works perfectly in firefox.

thanks

Jono

Profile
 
 
Posted: 22 June 2007 05:29 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  10
Joined  2007-06-21

It could be one of those many things IE doesn’t support properly.

Have you tried positioning the mouse directly over the area that needs to scroll?

Also, is there a reason you need a box scrolling? Could you post the link to the site so I could see the way this is used in case I have other ideas?

Profile
 
 
Posted: 22 June 2007 07:23 PM   [ Ignore ]   [ # 2 ]
Newbie
Avatar
Rank
Total Posts:  3
Joined  2007-06-15

Yah, sorry I made a mistake. I put the

overflow:auto 
inside another div that was
postion:absolute 
. I took the
position 

element out and it worked.

Sorry about that. But thanks for taking the time to reply.

Jono :lol:

Profile