[ARCHIVED] Overflow Table: code-snippet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2015
06:53 AM
An easy way to create what I (in my utterly unprofessional terminology) refer to as "scrolly boxes". Useful if you want to include a loooooong set of info on a Page without making the Page itself 10 miles tall.
<div id="yourName" style="overflow-y: scroll; height: 175px; width: 50%;"><p>Your Content Goes Here!</p></div>
And of course, this allows you to add content after the scrolly-box which will still be visible without scrolling the whole Page!
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.