DIV Overlaying DIV, links in backmost DIV non-accessible

Posted by Shawn on Stack Overflow See other posts from Stack Overflow or by Shawn
Published on 2011-01-02T05:27:35Z Indexed on 2011/01/02 6:53 UTC
Read the original article Hit count: 452

Filed under:
|
|

I have a photoshop image that is 500x600 that I am using as a background image for the first div. The second div sits over top of the first div and is populated with images. The z-index of the first div is set to 100.

The effect is the photoshop image sits over top of all of the smaller images. The photoshop image is a letter with the inner-content of it set to be transparent and the small images create the filling.

Each of the small images however is a link, but none of the links are accessible. How can I remedy that?

I would post the code here, but I have absolutely no clue how to format it. I quite simply do not understand typing a backtick followed by the tab key and then a dollar sign. All that ends up is I type a backtick here followed by a dollar sign in the Tags section below.

© Stack Overflow or respective owner

Related posts about css

Related posts about div