I'm building a website with Dreamweaver 8 Pro. I have attached a css style sheet in the head of the page. There are many styles which I have set, such as borders, which display exactly the way they should in Dreamweaver, but when I test it in IE7, it doesn't look right.
EX:
I have the css code for borders:
Code:
.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.