CBaZ Posted April 1, 2009 Share Posted April 1, 2009 I want to be able to make the content on the right scrollable between my hr graphics. I am going to open my links in this area and am going to write an extensive list of services in there and will need a scroll bar. If possible I do not want it to be an iframe what other options are there and how can I implent them? thanks. http://it.malent.net/tek/index2.php Link to comment https://forums.phpfreaks.com/topic/152082-make-the-content-scrollable/ Share on other sites More sharing options...
npsari Posted April 3, 2009 Share Posted April 3, 2009 You can use a simple DIV box It will scroll automatically when extra text is added Try this link: http://www.zortin.com/scripts/show/?id=61 (It is a fully customizable text box) Simply change with the code values to create something to suit your needs Link to comment https://forums.phpfreaks.com/topic/152082-make-the-content-scrollable/#findComment-800017 Share on other sites More sharing options...
neogemima Posted April 29, 2009 Share Posted April 29, 2009 Put "overflow: auto" into the div tag to add a scroll bar. <div overflow: auto></div> Link to comment https://forums.phpfreaks.com/topic/152082-make-the-content-scrollable/#findComment-821593 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.