php? Posted December 30, 2007 Share Posted December 30, 2007 <table height="350" width="630" scrolling="auto"> <center>Welcome<br> blah<br> blah<br> blah<br> blah<br> blah<br> blah<br> blah<br> Hi, how would i make the scroll bar inside of the table, instead of on the page... or maybe a custom scroll bar that can't be changed by a browser Link to comment https://forums.phpfreaks.com/topic/83686-solved-scroll-bar/ Share on other sites More sharing options...
hitman6003 Posted December 30, 2007 Share Posted December 30, 2007 Put your text in a div, set the hight of the div to an absolute value, then set the overflow property to "auto". <div style="height: 25px; overflow: auto;"> a<br /> b<br /> c<br /> d<br /> e<br /> f<br /> g<br /> h<br /> i<br /> j<br /> k<br /> </div> Link to comment https://forums.phpfreaks.com/topic/83686-solved-scroll-bar/#findComment-425785 Share on other sites More sharing options...
php? Posted December 30, 2007 Author Share Posted December 30, 2007 Thanks mate Link to comment https://forums.phpfreaks.com/topic/83686-solved-scroll-bar/#findComment-425805 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.