Okay, I'm sure this has been covered, but I did a search on "graphics in Menus" here and came up short so...
I have my menu set up and oriented like I want, but I want to use an image in my menu "tab" (it's not a tab, it's an asp:menu using a CSS to set my font, background color and tryng to set my image) but I want the image to be behind every page in the menu
but what I'm getting is a tiled look so that each item in the menu does not have the image in it or it's not centered correctly. Here is my CSS:
Code:.menus
{
font-family: Arial, Verdana, Helvetica, sans-serif;
color: red;
background-position: 15% 0%;
background-image: url(images/applebutton.JPG);
background-repeat: repeat-x;
background-color: transparent;
}
Can anyone help me with this? TIA