09-24-2009, 11:46 PM
So I am trying to create a horizontal area with thumbnails.
I have the box set at 2000 pixels (just a random number for now) because there will be a bunch of them but the style sheet set at 600 pixels which is the width of my design area.
I am getting a vertical scroll bar when I don't want one. I tried using:
overflow:auto
overflow-x: auto
overflow-x: scroll
None of them remove the vertical scroll bar. I can't figure out what isn't working. When I try adding overflow-y:hidden it just hides the problem and can't see the remaining thumbnails. I have done this before but can't understand what I may be missing.
I have the box set at 2000 pixels (just a random number for now) because there will be a bunch of them but the style sheet set at 600 pixels which is the width of my design area.
I am getting a vertical scroll bar when I don't want one. I tried using:
overflow:auto
overflow-x: auto
overflow-x: scroll
None of them remove the vertical scroll bar. I can't figure out what isn't working. When I try adding overflow-y:hidden it just hides the problem and can't see the remaining thumbnails. I have done this before but can't understand what I may be missing.