View Single Post
Old 02-05-2008, 14:49   #2 (permalink)
ifohdesigns
Registered User
 
ifohdesigns's Avatar
 
Join Date: May 2008
Location: Providence, RI
Posts: 6
Send a message via AIM to ifohdesigns
That site uses frames, which is not recommended, however you can achieve similar results by using a div and the following:

Code:
#myDiv { height: 300px; width: 300px; overflow: scroll; }

you can mess with the height and width
  Reply With Quote