Computing.Net > Forums > Web Development > scrolling works for FF but not IE

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

scrolling works for FF but not IE

Reply to Message Icon

Name: Abominable
Date: February 8, 2005 at 15:32:20 Pacific
OS: WinXP
CPU/Ram: not sure
Comment:

for some reason my site http://www.sobertarded.com opens perfectly in Firefox but in Internet Explorer there is not option to scroll



Sponsored Link
Ads by Google

Response Number 1
Name: straw
Date: February 8, 2005 at 17:07:19 Pacific
Reply:


I just checked it out with all of my browsers - IE6, MFF, and Avant, I got a scroll bar. I suggest you delete on of those comments someone made on there. Looking at the source:

Try changing what I put comments by:

function clickIE4(){ //Change IE4 to IE6
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4; //IE4 to IE6

But if this doesnt work, sorry, Im not a web designer, it just worked for me before.
}


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: scrolling works for FF but not IE

code works in Firefox but not in IE www.computing.net/answers/webdevel/code-works-in-firefox-but-not-in-ie/2252.html

Css server issues www.computing.net/answers/webdevel/css-server-issues/2870.html

Table rows with ID www.computing.net/answers/webdevel/table-rows-with-id/1872.html