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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -