I am trying to position an element with position:fixed; within an expanding(liquid) element.
I want the element to stay to the right no matter how wide the display gets.
box1 is inside box2
box2 is the center column and is expandable with browser size
box1 is fixed and should float above the right edge of box2(center column)
Try this: