I want to make the orange div render above the other divs,
without changing the HTML markup (ie. statically, or dynamically via DOM tree manipulation) and without changing the z-index of the sibling or parent.
I can use any viable solution, JS, CSS or otehrwise (i.e. works in all major browsers)
Given the constraints, it may not actually be possible to do what I want.
UPDATE: See this fiddle for how it should look: http://jsfiddle.net/chippper/jaSe7/1/ however the fiddle wouldn't work for me since it manipulates the DOM.