My dilemma involves a DIV with a background, text within it, and another FIXED DIV positioned on top of the first DIV with a background. When I apply a color to the FIXED DIV, the text appears behind it. If I don't give a color to the DIV (and want it to be transparent), the text is visible on top. However, if I set the DIV to be transparent, both the background and text are visible.
<div id="transparent"></div> <!-- fixed -->
<div id="content"> <!-- content with background and text -->
content content content content content content content content content content content content content content content content content content
</div>
The goal is to have a main background, main text, and a FIXED DIV that only shows the background without any text (without having to apply an additional cropped background image).
This is the desired outcome:
For a visual representation of the current situation, you can check out this link to the jsFiddle: http://jsfiddle.net/9ggvD/