Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/84.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 应用转换时未使用的索引_Html_Css - Fatal编程技术网

Html 应用转换时未使用的索引

Html 应用转换时未使用的索引,html,css,Html,Css,我想在悬停时翻译第一个div 但第二部分涵盖的标签跨度。我不知道为什么 有两件事导致了你的问题: z索引不是基于px的数字 将z索引更新为z索引:-90;从z-指数:-90px id不能以数字开头 将您的div从id=2div更新为id=div2 非常感谢你!

我想在悬停时翻译第一个div

但第二部分涵盖的标签跨度。我不知道为什么


有两件事导致了你的问题:

z索引不是基于px的数字

将z索引更新为z索引:-90;从z-指数:-90px

id不能以数字开头

将您的div从id=2div更新为id=div2


非常感谢你!