I am trying to to overlay some rotated text over my images but I am having some difficulty with it. Here is my code without all the jQuery: http://jsfiddle.net/vCbcz/4/
Issues:
- The span does not align with the div after the rotation
- The background transparency isn't showing up in Internet Explorer even though the span is positioned and I have added
filter: alpha(opacity = 30);
to my css.
EDIT: I would like the spans to look like http://jsfiddle.net/vCbcz/6/ except with rotated text. Please don't tell me to put the text in a seperate container.