Skip to main content
replaced http://ux.stackexchange.com/ with https://ux.stackexchange.com/
Source Link

I am currently implementing a prototype of Lisa Tweedie's answer to my question about having too many checkboxesmy question about having too many checkboxes.

The prototype I am building will look quite similiar to this: enter image description here

Problem: I am working on a 24 inch monitor, so the screen looks like this:

mockup

download bmml source – Wireframes created with Balsamiq Mockups

I am designing to fit the lowest resolution of 1024 x 768. If I do so, the mockup becomes (double scrolling problem):

mockup

download bmml source

Should I just get rid of the scrolling div and use the window's scroll bar? Is there any benefit to using the scrolling div, if we ignore the issue of double scrolling? Even then, on a large monitor, if the content is long enough such that the window can scroll, the user can scroll the window to a point where the scrolling div's scrollbar will not be fully visible.

Besides being used in very small scrolling divs and light boxes like these, is there any use for scrolling divs on a page?:

enter image description here

enter image description here

I am currently implementing a prototype of Lisa Tweedie's answer to my question about having too many checkboxes.

The prototype I am building will look quite similiar to this: enter image description here

Problem: I am working on a 24 inch monitor, so the screen looks like this:

mockup

download bmml source – Wireframes created with Balsamiq Mockups

I am designing to fit the lowest resolution of 1024 x 768. If I do so, the mockup becomes (double scrolling problem):

mockup

download bmml source

Should I just get rid of the scrolling div and use the window's scroll bar? Is there any benefit to using the scrolling div, if we ignore the issue of double scrolling? Even then, on a large monitor, if the content is long enough such that the window can scroll, the user can scroll the window to a point where the scrolling div's scrollbar will not be fully visible.

Besides being used in very small scrolling divs and light boxes like these, is there any use for scrolling divs on a page?:

enter image description here

enter image description here

I am currently implementing a prototype of Lisa Tweedie's answer to my question about having too many checkboxes.

The prototype I am building will look quite similiar to this: enter image description here

Problem: I am working on a 24 inch monitor, so the screen looks like this:

mockup

download bmml source – Wireframes created with Balsamiq Mockups

I am designing to fit the lowest resolution of 1024 x 768. If I do so, the mockup becomes (double scrolling problem):

mockup

download bmml source

Should I just get rid of the scrolling div and use the window's scroll bar? Is there any benefit to using the scrolling div, if we ignore the issue of double scrolling? Even then, on a large monitor, if the content is long enough such that the window can scroll, the user can scroll the window to a point where the scrolling div's scrollbar will not be fully visible.

Besides being used in very small scrolling divs and light boxes like these, is there any use for scrolling divs on a page?:

enter image description here

enter image description here

Tweeted twitter.com/#!/StackUX/status/220918707071877121
Source Link
F21
  • 5.9k
  • 5
  • 39
  • 60

Should I avoid using a scrolling div?

I am currently implementing a prototype of Lisa Tweedie's answer to my question about having too many checkboxes.

The prototype I am building will look quite similiar to this: enter image description here

Problem: I am working on a 24 inch monitor, so the screen looks like this:

mockup

download bmml source – Wireframes created with Balsamiq Mockups

I am designing to fit the lowest resolution of 1024 x 768. If I do so, the mockup becomes (double scrolling problem):

mockup

download bmml source

Should I just get rid of the scrolling div and use the window's scroll bar? Is there any benefit to using the scrolling div, if we ignore the issue of double scrolling? Even then, on a large monitor, if the content is long enough such that the window can scroll, the user can scroll the window to a point where the scrolling div's scrollbar will not be fully visible.

Besides being used in very small scrolling divs and light boxes like these, is there any use for scrolling divs on a page?:

enter image description here

enter image description here