Hello,
I used a negative value for the position of a div on this site:
<!-- w --><a class="postlink" href="http://www.godynamic.nl">www.godynamic.nl</a><!-- w -->
Everything is like it have to be in mozilla browsers but in IE the image is partly beneath the upper layer and hidden.
I tried z-index but this will only work with absolute position types.
Is there IE hack for this?
Thanks for helping.Hello,
I found the solution:
just using an absolute postioned layer inside relative positioned layers.
(don't forget to tell the browser about the relative positioned types)
I used a negative value for the position of a div on this site:
<!-- w --><a class="postlink" href="http://www.godynamic.nl">www.godynamic.nl</a><!-- w -->
Everything is like it have to be in mozilla browsers but in IE the image is partly beneath the upper layer and hidden.
I tried z-index but this will only work with absolute position types.
Is there IE hack for this?
Thanks for helping.Hello,
I found the solution:
just using an absolute postioned layer inside relative positioned layers.
(don't forget to tell the browser about the relative positioned types)