EX:
I have the css code for borders:
- Code: Select all
.body
{
background-color:#FFFFFF;
border-bottom-color:#000000;
border-bottom-width:5px;
border-top-color:#000000;
border-top-width:5px;
border-left-color:#000000;
border-left-width:5px;
border-right-color:#000000;
border-right-width:5px;
}
In Dreamweaver, the borders display exactly the way I want them to. When I view the page in IE7, however, there are no borders at all.
Any ideas on how to fix this?
Thanks in advance,
Mike W.

