Chris Blake wrote:
> Hi,
>
> After getting the website I created working in most browsers I saw  
> that it was not working in IE. I have made a hack that has fixed it in  
> IE:
>
>   

Did you mean this (note: style)?

<!--[if IE]>

<style type="text/css">

td{
border: 1px solid #fff;
}

#main .content{
padding: 0px;
margin-bottom: -20px;
}

</style>

<![endif]-->


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to