you may need to look closer to know what i'm talking about, but i'm using the same image for both the main nav bar and for the links. what i want to do is position the bg image for the nav links so it aligns with that of the nav bar, thus giving the appearance of one seamless image. how can i do this? the current code for the nav link:
nav .links {
background-image: url('https://dl.glitter-graphics.com/pub/3572/3572032ksozjeuoqk.gif');
border: grey solid 3px;
border-radius: 0px;
text-align: center;
position: relative;
bottom: 2px;
thank you all in advance!!!