okay i am trying to achieve a new look, basically i have the following code:
div#navigation1 li {
border-left:1px solid #999;
border-right:1px solid #999;
float: left;
width:101px;
height: 22px;
list-style:none;
text-decoration: none;
}
this shows the two 1px borders close together, forming a 2px border. what i would like is for there to be say a 2px space between the two. This code does the job is all browsers apart from IE8??
Any help?
Thanks,
Jake


Sign In
Create Account


Back to top










