There is a background inside the div. Then I would write a list of links, which then pass over the background image, but it not seems to work.
If the link is located above the background mage, hovering the mouse on that, I do not get the underline of the text as for all other links that are not above the image background.
This is my code:
<div style="min-height:200px;">
<div class="backgroundImg"
style="background: url(/my/url.png) no-repeat; height:140px; width: 140px;position: absolute;>
</div>
<div style="z-index:30">
<a href="#">My link here</a>
</div>
</div>
Sorry for my English, the concept is really easy to understand but hard to explain … I hope to be able to explain.
Thanks to all, Danilo
Edit:
I found the error … if you do not use “absolute” propriety in both div, z-index non work.
Thanks for the suggestions! 😉
I found the error … if you do not use “absolute” propriety in both div, z-index non work.
Thanks for the suggestions! 😉