I\'m having trouble floating a div over an image. Here is what I am trying to accomplish:
You've got the right idea. Looks to me like you just need to change .tag's position:relative to position:absolute, and add position:relative to .container.
.tag
position:relative
position:absolute
.container