Thread
:
creating multiple scrollable areas in a website
View Single Post
02-05-2008, 14:49
#
2
(
permalink
)
ifohdesigns
Registered User
Join Date: May 2008
Location: Providence, RI
Posts: 6
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
ifohdesigns
View Public Profile
Send a private message to ifohdesigns
Visit ifohdesigns's homepage!
Find More Posts by ifohdesigns