NameSilo

CSS border Property Problems

Spaceship Spaceship
Watch

shuai

New Member
Impact
0
[resolved] CSS border Property Problems

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:
noborder.PNG

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:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Appraise.net

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back