I'm not sure the title adequately describes the problem I've found myself with...
Basically, I'm in the process of redesigning my website and one of the issues I've run into is that on the gallery view of my portfolio you get a grid of images for pieces of my work inside a frame.
When you hover over the frame the image is hidden and the title, client, category and year are shown.
However, there should be a link that sits over everything and is clickable. However, the above information sits over the image, even though it's below it in the markup.
I'm guessing this has something to do with the above information residing in a DIV that is positioned absolutely (which allows it to sit in the top of the frame and is thus necessary).
What I would like to achieve is to have the entire frame be clickable when you hover over it, even the area covered by the DIV. Please let me know if this is unclear...
You can see the site in action here: http://www.designbyadmiral.com/
I'm sure that will help clear some things up.