I see the border around the content in IE7. I dont have your jpg as a
background though, try removing that and see if you can pinpoint the
problem easier.

Den

On Jan 4, 11:59 am, jc <[email protected]> wrote:
> 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