Lang
05-16-2005, 03:38 AM
.header{
border-left: #3FC0FE;
border-left-width: 10px;
border-top: #3FC0FE;
border-top-width: thick;
border-bottom: #0080FF;
border-bottom-width: thick;
border-right: #0080FF;
border-right-width: thick;
background-color: #000000;
}
That's my code, when editing in Dreamweaver it looks right, beside the point that the border thickness isn't thick...but when I preview in Firefox and IE it doesn't show correctly. There isn't a border in sight.
[edit]I did the AddType thing for a css file. And nothing changed.
border-left: #3FC0FE;
border-left-width: 10px;
border-top: #3FC0FE;
border-top-width: thick;
border-bottom: #0080FF;
border-bottom-width: thick;
border-right: #0080FF;
border-right-width: thick;
background-color: #000000;
}
That's my code, when editing in Dreamweaver it looks right, beside the point that the border thickness isn't thick...but when I preview in Firefox and IE it doesn't show correctly. There isn't a border in sight.
[edit]I did the AddType thing for a css file. And nothing changed.