is there a way to build something like this:
http://jsfiddle.net/cuginoCoso/k5zk5m9q/10
without having a div to cover the area on top of the div?
Here you see how it looks without the covering div: http://jsfiddle.net/cuginoCoso/k5zk5m9q/9/
I would like to be able to position the div anywhere without masking it. Usually you would use position:fixed
; on the div i think, but then you're not able to scroll the images.
Thanks