Hi again,
I have partly resolved this problem by using the following code:
#navmenu ul li {
list-style-type: none;
list-style-image: none;
float:left;
font-weight:bold;
letter-spacing:-1px;
margin-bottom:3px;
margin-left:0px;
margin-right:0px;
padding:24px;
background: #ffffff url(‘images/navbut1.png’) no-repeat center
}
#navmenu a {
font-size: 150%;
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
text-decoration:none;
color: blue;
}
#navmenu a:hover {
color: purple;
}
The only problem is that now I have different spacing/intervals betwwen the buttons due to the different lengths of the words I think.
Is there a way of entering different paddings and margins for Each element of the Navmenu?
Many thanks
Harry