simple style on div. The border shows up in FF but NOT IE.  Something
else I need to do?

Thanks.

[code]

<html>
<head>
<style>
#content {
  width: 900px ;
  margin-top: 25px ;
  margin-left: 10px ;
  margin-right 300px;
  margin-bottom: 25px ;
  border: medium outset gray;
  }

#gutts {
  text-align:left;
  width: 800px ;
  margin: 20px ;
  background-color:white
  }
body
{
background-image:url('cotonback.jpg');
}
</style>
</head>
<body>
<center>
<div runat="server" id="content"  >
<div runat="server" id="gutts" >
<br>
ddddddddddddd dddddddddddddddddddddddddddd
ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
dddddddddddddddddddddddddddddddd
ddddddddddddddddddddddddddddddddddddddddddddddddddddd
dddddddddddd
</div>
</div>
</center>
</body>
</html>

[/code]

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to