Posts: 38
Location: Vernon, BC, Canada
|
Hello,
I am needing someone who can tell me why div borders dont work for me in Netscape or Firefox. I am wanting a border around the whole content div. It works in explorer but not in both Netscape and Firefox. Here is the code.
<style>
#container {
background: #FFFFFF;
margin: 0px auto;
text-align: center;
border-style: solid;
border-color: #cccccc;
border: 1px;
width: 700px;
}
</style>
<body>
<div id="container">All my site stuff</div>
</body>
__________________
Tanner - I Am Canadian
Please login or register to view this content. Registration is FREE
|