我的 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,在设计视图中我的边框是可见的。
有什么线索吗?