1internet Posted November 21, 2012 Share Posted November 21, 2012 So I want to create a list of suggested/related products, this list size might vary from 3, to perhaps 20. I don't want it to take up too much room, so after e.g. 5 listings, I would like the listings to be contained within a certain height limit, and any more listings would require scrolling. 1. What sort of if statement is required when e.g. listings > 5, to then create a scroll bar? 2. How do I create a scroll bar? And should it be in an iframe? Link to comment https://forums.phpfreaks.com/topic/271003-dynamically-creating-a-scroll-bar/ Share on other sites More sharing options...
play_ Posted November 21, 2012 Share Posted November 21, 2012 Wouldn't CSS suffice by giving the div a height and overflow:scroll; ? moving this to CSS forum as it's really client sided. Link to comment https://forums.phpfreaks.com/topic/271003-dynamically-creating-a-scroll-bar/#findComment-1394221 Share on other sites More sharing options...
1internet Posted November 21, 2012 Author Share Posted November 21, 2012 Oh, well that sure simplifies it, just trying to over complicate things. Thanks Link to comment https://forums.phpfreaks.com/topic/271003-dynamically-creating-a-scroll-bar/#findComment-1394236 Share on other sites More sharing options...
play_ Posted November 21, 2012 Share Posted November 21, 2012 If it does solve your issue, please mark the thread as solved Link to comment https://forums.phpfreaks.com/topic/271003-dynamically-creating-a-scroll-bar/#findComment-1394239 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.