What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » How do you disable scrolling?

How do you disable scrolling?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: How do you disable scrolling?
quote:
Originally posted by Ezra
if you mean with websites. Some simple css will do the trick

body{overflow: hidden;}
that got nothing todo with it...

"overflow" is for the alignment of text, not for mouse wheel scrolling... The overflow declaration tells the browser what to do with content that doesn't fit in a box. You can assign four values to overflow and they give the following results:
   1. visible: The content flows out of the box.
   2. hidden: The overflowing content is completely hidden, not accessible to the user.
   3. scroll. Show horizontal and vertical scrollbars.
   4. auto. Show scrollbars where necessary (horizontal or vertical or both).
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-08-2005 11:33 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How do you disable scrolling? - by Supersonicdarky on 06-08-2005 at 09:13 PM
RE: How do you disable scrolling? - by Dempsey on 06-08-2005 at 09:15 PM
RE: How do you disable scrolling? - by Zephyr on 06-08-2005 at 10:40 PM
RE: How do you disable scrolling? - by CookieRevised on 06-08-2005 at 11:11 PM
RE: How do you disable scrolling? - by Ezra on 06-08-2005 at 11:31 PM
RE: How do you disable scrolling? - by CookieRevised on 06-08-2005 at 11:33 PM
RE: How do you disable scrolling? - by Ezra on 06-08-2005 at 11:43 PM
RE: How do you disable scrolling? - by Supersonicdarky on 06-09-2005 at 01:55 AM
RE: How do you disable scrolling? - by CookieRevised on 06-09-2005 at 03:01 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On