Home >Web Front-end >HTML Tutorial >The Google debugging tool cannot select specific elements of the page when selecting elements_html/css_WEB-ITnose

The Google debugging tool cannot select specific elements of the page when selecting elements_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:01:251352browse

Z-index problem

The default value of document is 0.

Once this problem occurs, check whether z-index is set for the large background: -1 ;

If this is set, the contents of all set elements will be under the document and cannot be selected. Including that there will be no link clicking, text selection, hover and other effects.


So the way to solve this problem is to remove the z-index:-1; of the background.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn