After some playing with Juggledad's code, I have the image showing up... but having some issues with the spacing around it. This is what I have now.
Code:
/* ================================================ */
/* Page menu background */
/* ================================================ */
div#menu1 {
height:40px;
margin-top:0px;
background: #white;
}
/* ================================================ */
/* Page Menu item's background and border */
/* ================================================ */
div#menu1 ul.rMenu {
background: #white;
border: none 0px;
}
/* ================================================ */
/* Page Menu item */
/* ================================================ */
ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:active,
ul.rMenu li a:visited,
ul.rMenu li {
background: url('http://thedawgsavers.com/wp-content/themes/atahualpa364/images/dogsilo.jpg') !important;
background-repeat:no-repeat !important;
color: #000000 !important;
height: 30px;
}
/* ================================================ */
/* Category menu background */
/* ================================================ */
div#menu2 {
height: 40px;
margin-top:0px;
background: #green;
}
/* ================================================ */
/* Category Menu item's background and border */
/* ================================================ */
div#menu2 ul.rMenu {
background: #orange;
border: none 0px;
}
/* ================================================== */
/* Category Menu item */
/* ================================================== */
#menu2 ul.rMenu li a:link,
#menu2 ul.rMenu li a:hover,
#menu2 ul.rMenu li a:active,
#menu2 ul.rMenu li a:visited,
#menu2 ul.rMenu li {
background: #purple !important;
color: #000000 !important;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
As you can see at the link, I have the border hanging down over an area where the page background is showing through... how do I get rid of that or fill it in with white?
Also, I am having trouble with spacing the text for the menu items over so its not overlapping the image.
I'm going to keep working on this, hopefully I'll sort it out but if not, looking forward to some help.
Thanks.