I'm trying to make a fixed div adjacent to a scrolling div, such as Fixed div next to a centered div asks. I've looked at that one and Fixed div next to parent div, but it doesn't seem to work on what I'm doing. Here's the code for what I'm working on (without any code for what I'm trying to make): http://jsfiddle.net/Firedrake969/dbLt9/
I've tried
float:left;
but it doesn't work with
position:fixed;
Also, on a tangent, the background div, as it is fixed, does not let you scroll the page.