html - Creating a scrollable section in a page for infinite scrolling -
i want create section in page , create infinite scrolling window in it. friend suggested iframe option have alternatives; either html or css. ideas???
thanks!
i assume mean?
html
<div><!-- content --></div>
css
div { height: 200px; width: 100px; border: solid 1px #ccc; overflow: scroll; }
fiddle - http://jsfiddle.net/g2tfu/1/
always easier if show little bit of code in question... have attempted yourself.
sam
Comments
Post a Comment