Thread: Static menu
View Single Post
  #3 (permalink)  
Old Sep 8th, 2005, 20:44
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
You'd probably want to put your content inside a DIV tag using CSS to set overflow:auto;

<div style="overflow:auto;width:500px;height:300px;">
content here
</div>
Reply With Quote