how do i disable scrolling for a page
4 posters
Page 1 of 1
Re: how do i disable scrolling for a page
Hi,
The scroll event cannot be canceled. You can cancel two things, however, the mouse scroll and buttons associated with scrolling.
The scroll event cannot be canceled. You can cancel two things, however, the mouse scroll and buttons associated with scrolling.
Re: how do i disable scrolling for a page
a scrolling down in what/where
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: how do i disable scrolling for a page
Can you please be more specific and detailed.
You can try this for scroll.
go to
Admin panel>Display>Homepage>Generalities
Place code there and hit save
as far as the buttons it depends what ones and what pages,
please explain in more detail and add any links or screen shots to better help us understand.
You can try this for scroll.
go to
Admin panel>Display>Homepage>Generalities
Place code there and hit save
- Code:
<script type="text/javascript">
function stop()
{
return false;
}
document.onmousewheel=stop;
</script>
as far as the buttons it depends what ones and what pages,
please explain in more detail and add any links or screen shots to better help us understand.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: how do i disable scrolling for a page
Actually i dont really need to disable scrolling because the scrolling on the page is barely anything so go ahead and mark this solved, and thanks kirk for the help
Re: how do i disable scrolling for a page
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Scrolling on the top page?
» Disable interactive page after posting
» LATEST TOPICS scrolling widget has stopped scrolling
» User Cannot Scroll Page + Sudden Page Format Change
» Switch user page out with a html page
» Disable interactive page after posting
» LATEST TOPICS scrolling widget has stopped scrolling
» User Cannot Scroll Page + Sudden Page Format Change
» Switch user page out with a html page
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum