[resolved] CSS border Property Problems
Hello,
Sorry, but this may be a stupid question.
I am using the following CSS:
The bolded code is not working, a picture:
Am I using the wrong syntax or something?
Thank you!
Resolved:
a.menuitem {
background-color:#CCCCCC;
border-top:#999999 1px solid;
border-bottom:#999999 1px solid;
border-left:#999999 1px solid;
border-right:#999999 1px solid;
padding-left:2px;
font-size:10px;
width:190px;
text-decoration:none;
color:#000000;
}
Hello,
Sorry, but this may be a stupid question.
I am using the following CSS:
Code:
a.menuitem {
background-color:#CCCCCC;
[B] border-top: 1px #999999;
border-bottom: 1px #999999;
border-left: 1px #999999;
border-right: 1px #999999;[/B]
padding-left:2px;
font-size:10px;
width:190px;
text-decoration:none;
color:#000000;
}
The bolded code is not working, a picture:
Am I using the wrong syntax or something?
Thank you!
Resolved:
a.menuitem {
background-color:#CCCCCC;
border-top:#999999 1px solid;
border-bottom:#999999 1px solid;
border-left:#999999 1px solid;
border-right:#999999 1px solid;
padding-left:2px;
font-size:10px;
width:190px;
text-decoration:none;
color:#000000;
}
Last edited:





