(I acknowledge that the question may sound a bit off, so please feel free to edit it if you can rephrase it better).
So, I have this: jsFiddle
As you can see, I'm attempting to recreate a basic Windows 7 aero effect (just for curiosity, fun, and learning purposes), but I've encountered a few issues. (I won't go into too much detail, as you can check it out on the fiddle).
- The text is stuck on top of the parent's div element.
- The text somehow extends beyond the duplicate div element, even though it doesn't in the original.
I know it all sounds a bit strange, but you'll understand better if you take a look at the fiddle.
Thank you.