Is it possible to set a table behind an image?

I am trying to do a mouseover feature on an image, however it isn't working because the table is on top of the image.

Recommended Answers

All 2 Replies

you have to set your z-index on the table and the picture. to set a z-index you also need to include a position on your main style. Make sure that your z-index for your picture is higher than that of the table and if you don't know what position to use, just use inherit for your style sheet and it function correctly.

Move the image using z-index and positioning absolute on top of the table.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.