Re: IE 6 and css

by "Michael Gerholdt" <gerholdt(at)fredonia.edu>

 Date:  Tue, 26 Mar 2002 14:35:33 -0500
 To:  <hwg-techniques(at)hwg.org>
 References:  fredonia
  todo: View Thread, Original
> 
> div.greybox {
>     background-color:eee;
>     border: solid thin ccc;
>     font-family:verdana,helvetica,arial,sans-serif;
> }
> 


The above code worked ok in IE 5 ....

Here's what I ended up replacing it with, and this is finally working ok

Thanks for all your help!

div.greybox {
    background-color:#EEEEEE;
    border:0.04cm solid #CCCCCC;
    margin-left: 60px;
    margin-right: 60px;
    text-align: center;
    font-family:verdana,helvetica,arial,sans-serif;
}

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA