CSS Borders
CSS Borders
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- fusionpixel0
is there any reason why FF doesnt render this CSS?
.menudiv {
border-style: solid;
border-color: black;
width: 200px;
border: 0px;
border-bottom: 1px;
}
is there any reason why FF doesnt render this CSS?
.menudiv {
border-style: solid;
border-color: black;
width: 200px;
border: 0px;
border-bottom: 1px;
}