I've added a background image to the .css file here:
#navMain ul,
#navSupp ul,
#navCatTabs ul {
margin-left: 5px;
padding: 0.5em 0em;
list-style-type: none;
text-align: center;
line-height: 1.5em;
background-color: #FFFFFF;
/* background-color: #C19310 */
background-image: url(../images/img_box1_bkdg.jpg);
}
But I can't get the background image to display the entire width of the row. It does appear "dynamically" to display other links after you login. See Here:
Must be missing something here.




