Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
for some reason my site http://www.sobertarded.com opens perfectly in Firefox but in Internet Explorer there is not option to scroll

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 IE6But if this doesnt work, sorry, Im not a web designer, it just worked for me before.
}

![]() |
![]() |
![]() |

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