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 Quote 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 Quote 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> Quote Link to comment https://forums.phpfreaks.com/topic/152082-make-the-content-scrollable/#findComment-821593 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.