|
the scrollbar disappears in your browser and not in dreamweaver probably because your browser viewing window is larger than dreamweaver's and can fit all the content on the screen so a scrollbar is not needed. you could add overflow: scroll to your css to force a scrollbar to show, however, then a horizontal scrollbar would show as well. to me, your site is fine the way it is. if you add more content that overflows the viewing window, then a scrollbar will appear to account for the extra content.
|