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

WBOY
Release: 2016-06-24 12:01:25
Original
1327 people have browsed it

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template