<body>
<nav id="mainNav">
<div id="navCenter">
<table>
<tr>
<td class="navItem" id="home">Home</td>
<td class="navItem" id="forums">Forums</td>
<td class="navItem" id="staff">Staff</td>
<td class="navItem" id="donate">Donate</td>
</tr>
</table>
<h2>Servername</h2>
</div>
</nav>
</body>
If the output window is smaller than 960px; I need a scroll bar to be added at the bottom, How would I do this? I have tried adding overflow properties but have had no luck.
JQUERY Solution: here