How can I create a CSS (non-HTML5) based website with a filled div that has a cutout revealing an image underneath? There are various overlays and images involved, making the use of static images inconvenient. Additionally, I anticipate needing to scale the background as the browser window size changes.
While I could simply overlay an image of the text "GROW" on top of the background image, I'm curious if this effect can be achieved authentically.
This functionality must be compatible with IE8, 9, and FF4, with a fallback option for older browsers. Any ideas or suggestions?