Thank you Jason, I went on the Joomla forum and for any who come to this link in the forum here, a bit more detail follows: 1- upload a blank gif in the link's menu image (MENU ITEM)- parameters-system-menu image, then enable "other paramaters" - "image" and "link from image" in the MOD_MENU, I gave my menu the class of "golf", be sure to have "a" set to block as below, the item ids are found in MENUS
.menugolf li.item5 a {
width: 110px;
height:110px;
display:block;
background-image: url(../images/home.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}
.menugolf li.item18 a:hover {
background-position: 0px -120px;
}
Take care, Carin