Page content to not scroll off page (no iframe) -


it’s difficult me word question not know correct terminology. i’m trying make website when scroll main content, not scroll off page. want main content end somewhere in middle of page not cover “fixed” background image. not want iframe. in other words, it'll iframe, should controlled main scroll bar.

anyway, hope made sense. i'd appreciate suggestions.

can use 2 <div>s cover top , bottom part text go underneath them.

+----------------+ |+--------------+| ||    top       || |+--------------+| |  text     | |     text       | |+--------------+| ||   bottom     || |+--------------+| +----------------+ 

on z-index, top , bottom on main layer, , positioned fixed top-left corner , bottom-left corner.

here: http://jsfiddle.net/fe2wg/3/


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -