Working in Dreamweaver and for some reason the background color I apply to a div (through css) doesn't show up in Firefox or IE. Is this a known issue that I am just picking up on now? Background images work fine. Here's my ccode if it helps.
Any direction will be appreciated.
Scott
<style type="text/css">
<!--
.top_text { padding-top: 0px;
padding-bottom: 30px;
padding-left: 20px;
}
#top_div { width: 700px;
margin-right: auto;
margin-left: auto;
background-color: ece9d8;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<div class="top_div" id="top_div">
<p><span class="top_text">Some text here </span>. </p>
</div>
</body>
</html>
Any direction will be appreciated.
Scott
<style type="text/css">
<!--
.top_text { padding-top: 0px;
padding-bottom: 30px;
padding-left: 20px;
}
#top_div { width: 700px;
margin-right: auto;
margin-left: auto;
background-color: ece9d8;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<div class="top_div" id="top_div">
<p><span class="top_text">Some text here </span>. </p>
</div>
</body>
</html>