Forum Moderators: not2easy

Message Too Old, No Replies

Hyperlink no longer works when using CSS z-index is used?

         

irock

11:48 pm on Aug 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi, I used this z-index for a particular layer, but the hyperlink inside that layer no longer functions. Is there a way to get around this problem?

Thanks!

AWildman

12:00 pm on Aug 12, 2004 (gmt 0)

10+ Year Member



I've found this happens when another layer with a higher z-index covers some part of the link. Its usually a layer I didn't even think about. I'd color the backgrounds on the layers in that area red and blue so that you can see quite clearly where the problem may be.

Krapulator

1:00 pm on Aug 12, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just as a test, you could try:

a{
position: absolute;
z-index: 10000000000;
}