无法使用html边框处理背景色

时间:2016-04-23 06:45:11

标签: html colors background border

我正在使用此代码:

<div style="width:850px;height:50px;padding:6px;border-width:4px;border-color:black;border-style:dotted hidden dotted hidden;margin-left: auto;margin-right: auto;">
<center><b>Net Worth:</B> <font color="green">€341,134.00</font> | <b>Distance Driven: </b><font color="lightgrey">10,610km</font> | <b>Employee Count:</b><font color="lightgrey"> 3</font></center></div>

但是,一旦我加入

,我的网站会出于某些原因
background-color: rgba(0,0,0,.5);

<div style="width:850px;height:50px;padding:6px;border-width:4px;border-color:black;border-style:dotted hidden dotted hidden;margin-left: auto;margin-right: auto;background-color: rbga(0,0,0,.6);">
<center><b>Net Worth:</B> <font color="green">€341,134.00</font> | <b>Distance Driven: </b><font color="lightgrey">10,610km</font> | <b>Employee Count:</b><font color="lightgrey"> 3</font></center></div>

我的边框消失了,没有背景。但除了这个网站之外,它还在其他地方工作。为什么?我甚至尝试使用“background:rbga(0,0,0,.6);”

1 个答案:

答案 0 :(得分:0)

你写的是rbga而不是rgba。它是如何在您的网站上?