Fixed div within a div using position:fixed

Fluorofilurhtwo

New Member
Could somebody assist me in getting the List items under the listing div to be fixed but scrollable?\[code\]<div id="listings">\[/code\]So that the listing div is the only box being scrolled when the user wishes to scroll down the page. Essentially leaving everything else fixed. I've mocked it up here http://jsfiddle.net/aQpwt/1/ I've been trying to use position:fixed but it hasn't worked as planned. Could someone help?
 
Top