Don't let the title fool you.
I'm struggling to style the text inside a span tag within a div. The h3 element shouldn't be nested in the span, but removing it makes it difficult to style with CSS.
When hovering over the image in the jsfiddle, a hidden div is shown - that's the effect I want. Any suggestions on how to achieve this without the h3 tag?
Should I consider using jQuery instead? If so, any tutorials or guides would be appreciated. Thank you!
UPDATE: Despite the help received, I realize I haven't explained myself clearly.
The left side shows how I want it styled, but removing the h3 tags and class .info changes the styling to resemble the right side. It's important for me to control the border width, position, and padding.