html - Scrolling just one div with the main scroll bar -


i've tried seems 100 different things , i've hunted on board , others i'm not sure if trying possible. here goes...

i trying make 1 internal div on whole page scroll, , scrollbar on div itself. want make scroll using main browser scrollbar. page: http://www.vqinteractive.net/temp/example.php want div scroll now, using main browser scrollbar.

thanks in advance advice!

so, if scroll bar moved, want specific div move. try using css position:fixed other components except 1 move.

<div style="position:fixed;">     <!-- header, stay put --> </div> <div>     <!-- 1 moves --> </div> <div style="position:fixed;">     <!-- footer, stay put --> </div> 

i don't remember off top of head, may have mess around css top, left make right.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -