CSS边框不会出现

时间:2013-04-07 11:27:40

标签: css border

我的CSS边框不会出现在我尝试的所有浏览器上(firefox,safari,chrome)

#content_right {
background-color: #FFF;
float: right;
height: 150px;
width: 400px;
margin-right: 20px;
border: 2px solid ##F89B29;


<div id="content_right">
  <div id="phone"><img src="images/phone.jpg" width="60" height="60" alt="Phone" /></div>
  <div id="phonenumber"><h1>8342 4526</h1></div>
  <div id="phonequote">free non obligation quote</div>
</div>

我认为这可能是我网页上的另一个元素。我正在使用Dreamweaver,在设计视图中我的边框是可见的。

任何线索?

1 个答案:

答案 0 :(得分:3)

边框颜色规格前面有第二个#。你应该摆脱那个。