阴影不起作用

所以,我遇到了这个代码的问题:

#footer {
position: fixed;
bottom: 0px;
margin: 0;
padding: 0;
left: 0;
right: 0;
width: 100%;
height: 40px;
font-family: Arial;
text-shadow: 1px 1px 1px black;
border-top: 1px solid rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px rbga(255, 255, 255, 0.3), inset 0 10px rbga(255, 255, 255, 0.2),
            inset 0 10px 20px rbga(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);

}

在记事本+ ++中,阴影不会变灰。 这意味着它不起作用? 这个问题是因为我使用了:
<!DOCTYPE html PUBLIC“ - // W3C // DTD XHTML 1.0 Transitional // EN”“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
作为文档类型?


你的box-shadow所有rgba()拼错为rbga()

链接地址: http://www.djcxy.com/p/15707.html

上一篇: shadow not working

下一篇: SVG is not rendering in IE 10 with Doctype HTML 4