patrick
patrick

Reputation: 11721

using text as background of a DIV

I'm trying to get a piece of text in the background of a DIV with controls showing over it. I have the effect ready, but the menu is over the text, the text is causing the links in the menu not to work anymore. I created a jsfiddle to show what I mean:

http://jsfiddle.net/aBqw8/1/

does anybody have a solution?

Upvotes: 3

Views: 5114

Answers (2)

Gene Parmesan
Gene Parmesan

Reputation: 102

Set the title's Z-index to something like -999 in the stylesheet

Upvotes: 0

raina77ow
raina77ow

Reputation: 106385

How about adding...

z-index: -1;

to the span.title ruleset?

Upvotes: 6

Related Questions