Take a look at this webpage:
I am designing a website that includes a header, a footer, and a central container with left and right navigation bars surrounding a content area. However, I want the scrollbar for the content to appear on the right side of the window rather than within the content area itself (to adhere to Fitt's Law when in maximized mode). The issue is that the right navbar covers the scrollbar, making it invisible.
I have observed that the navbar shifts to the left if the scrollbar is activated for the entire page (i.e., the <body>
). One option would be to use an <iframe>
for the content. But is there a way to adjust the right navbar position to the left to accommodate the scrollbar without having to resort to using an iframe?
For an example utilizing an iframe, refer to www5.atpages.jp/~syockit/testIframe.html.