Skip to content

Instantly share code, notes, and snippets.

@Tiberriver256
Last active January 9, 2020 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tiberriver256/a2ab4aa914f5e77844eba49cccb95a78 to your computer and use it in GitHub Desktop.
Save Tiberriver256/a2ab4aa914f5e77844eba49cccb95a78 to your computer and use it in GitHub Desktop.
scrollable-menu
<html>
<body>
<table style="width: 100%; overflow-x: hidden; table-layout: fixed;">
<tbody>
<tr>
<td style="text-align: center; width: 200px; border-right: solid;">
<h1>Product</h1>
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" style="max-height: 100px;" />
</td>
<td style="padding-left: 20px">
<h1>Configurations</h1>
<div style="overflow-x: scroll; white-space: nowrap;">
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
<img src="https://media.haworth.com/image/117471/s800/fern_linkedin_50x50_1-(1).jpg" />
</div>
</td>
</tr>
</tbody>
</table>
</body>
</html>
{
"scripts": [],
"styles": [
"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.min.js"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment