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/39.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 无法创建lightbox_Html_Css - Fatal编程技术网

Html 无法创建lightbox

Html 无法创建lightbox,html,css,Html,Css,我正在使用以下div:- 您的内联CSS中有一个输入错误。您已经编写了position:absolute:z-index:150而应为位置:绝对;z指数:150。所以把冒号改成分号 div{ 位置:绝对位置; z指数:150; 排名:0; 左:0; 宽度:100%; 身高:100%; 文本对齐:居中; 背景色:黑色; 不透明度:0.4; } 请不要使用内联样式,如果需要,请提供代码笔possbile@LiXinyang在大多数情况下,在这里使用代码段编辑器比使用代码笔要好

我正在使用以下div:-


您的内联CSS中有一个输入错误。您已经编写了
position:absolute:z-index:150而应为
位置:绝对;z指数:150。所以把冒号改成分号

div{
位置:绝对位置;
z指数:150;
排名:0;
左:0;
宽度:100%;
身高:100%;
文本对齐:居中;
背景色:黑色;
不透明度:0.4;
}

请不要使用内联样式,如果需要,请提供代码笔possbile@LiXinyang在大多数情况下,在这里使用代码段编辑器比使用代码笔要好