我正试图在一个网页上使用箱子和边界半径,并且正在展示一个白象,填补rad的场地。 当你在影子影像中安全“透明”形象时,想像你那样做,把这种形象传到一片 j,或Png-8档案中。
Here is an image to show you what I mean.
(i cant post images yet, but here is the link) https://i.stack.imgur.com/DpqYK.png
我正把这一点作为我的科斯塔科
.whole
{
width: 1000px;
margin: 0 auto;
-webkit-box-shadow: 0px 3px 5px 2px #000000;
-mox-box-shadow: 0px 3px 5px 2px #000000;
box-shadow: 0px 3px 5px 2px #000000;
}
.top
{
height: 120px;
background-color: #1F1209;
margin-top: 50px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.footer
{
height: 250px;
background-color: #834C24;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
因此,谁知道我是否能够解决这个问题? 情况正好像是“E”和“IE”。 不过,我已主动在其他浏览器中检查。
I would really prefer not to use a Photoshopped image... As CSS3 should definitely be used.
对此有何想法? 我非常赞赏任何帮助!
感谢你们的民俗!