-
1. Re: Overflow and Scrollbars
Mylenium Apr 18, 2011 11:25 PM (in response to Shan-Dysigns)You could define a margin on the right, but depending on your other formatting it might not be used or overriden by something else...
Mylenium
-
2. Re: Overflow and Scrollbars
John Waller Apr 19, 2011 1:17 AM (in response to Shan-Dysigns)Can you style the page to allow room for the spacebar regardless of whether that page needs it
Yes, you can force the scrollbar to always be present on all pages regardless of content (and therefore eliminate the distracting effect of page shifting due to the scrollbar appearing and disappearing).
-
3. Re: Overflow and Scrollbars
Shan-Dysigns Apr 19, 2011 10:42 AM (in response to John Waller)John Waller wrote:
Yes, you can force the scrollbar to always be present on all pages regardless of content (and therefore eliminate the distracting effect of page shifting due to the scrollbar appearing and disappearing).
I knew it was something with overflow. I had originally tried overflow-y:scroll; but was placing it under my
html, body { }
declarations instead of just html { } - I was getting a double faint scrollbar effect when the page had little content. Now that I think about it, duh.
Thanks...



