nawset
Aug-24-2009, 03:13 PM
My banner image (www.nawset.com) shifts to the left on pages that employ a vertical scroll bar (an issue in ff, opera, and now ie8). I searched for code to resolve and found the following:
html { min-height: 100%; margin-bottom: 1px; }
This will make a scroll bar appear on pages even when one isn't necessary. Trouble is I am not sure where to place it (I tried the CSS section with a #html ... but no luck.
Any thoughts? Or better yet, a more eloquent way to eliminate my pesky shifting banner?
html { min-height: 100%; margin-bottom: 1px; }
This will make a scroll bar appear on pages even when one isn't necessary. Trouble is I am not sure where to place it (I tried the CSS section with a #html ... but no luck.
Any thoughts? Or better yet, a more eloquent way to eliminate my pesky shifting banner?