I want to achieve an effect similar to this: Position element fixed vertically, absolute horizontally
This can be seen working here: http://jsfiddle.net/thugsb/M2m58/
However, as in that fiddle, I want the parent to be able to be animated horizontally, and the fixed div to move horizontally with it (it's fixed so that when you scroll down the page it stays at a set height in the browser window). This works fine in FF (4/mac), but it fails to move in webkit.
For some reason, if you animate the .positioner instead, the .fixed doesn't move until you inspect the element. Then it jumps into place. It's almost as if it's forgetting to update the display.
Any ideas? Thanks!