Clickable link which is under another z-index

I have a page at http://form.kr/test01/t3.php.

Under condition of that the page has “z-index:0”, “z-index:1”, and “z-index:2”, I like to make it like the following.

Hi joon1,

“This site can’t be reached”

:slight_smile:

You would be better off removing the link from its current position and have three separate layers instead and then position the link in the top right hand corner with a higher z-index.

You could probably cobble something together using pointer-events:none but its not supported by < IE11.

e.g.

It also depends on what other content is going in there and which areas are to be clickable etc.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.