I don't know if this possible, but I want to invert the colors of a background image in the region overlapped by a div. I have a background image that covers the entire page and a horizontal, transparent div that is on top of the image. Is this possible in javascript/css? If so, how should I approach this?
More info: the region would span the width of the page and be about 100px tall.
Edit: The background image is not located in the div, but rather I want the div to serve as the region of the bg to be inverted (or not even use a div and just process the image directly).