The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how do i disable scrolling for a page

4 posters

Go down

Solved how do i disable scrolling for a page

Post by xDroiidx June 9th 2013, 7:31 pm

i want to disable scrolling down, is there a code i could use?
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Solved Re: how do i disable scrolling for a page

Post by Sir Chivas™ June 9th 2013, 7:34 pm

Hi,

The scroll event cannot be canceled. You can cancel two things, however, the mouse scroll and buttons associated with scrolling.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6980
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: how do i disable scrolling for a page

Post by kirk June 9th 2013, 9:58 pm

a scrolling down in what/where
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: how do i disable scrolling for a page

Post by xDroiidx June 9th 2013, 11:27 pm

ok how can i disable the mouse scroll and buttons?
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Solved Re: how do i disable scrolling for a page

Post by kirk June 9th 2013, 11:46 pm

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

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
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: how do i disable scrolling for a page

Post by xDroiidx June 10th 2013, 12:34 am

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 Smile
avatar
xDroiidx
Forumember

Posts : 95
Reputation : 2
Language : English

http://www.epicstep.forumotion.com

Back to top Go down

Solved Re: how do i disable scrolling for a page

Post by SLGray June 10th 2013, 1:50 am

Topic Solved & Locked


how do i disable scrolling for a page Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51554
Reputation : 3524
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum