alright, ill try that, Thought it was standard in the template
thanx
<em>@dathq 221589 wrote:</em><blockquote>Dear herlinda1,
If you use the firebug tool to check the Home menu item you would see the image is an background.
under the menu item setting >>Parameters (JA Extended) you can enter a value for the Additional class field
for example your Additional class is Home1,then add following css class into the template.css file
#ja-mainnav li:hover a.home1, #ja-mainnav li.over a.home1, #ja-mainnav li.active a.home1 {
background: url(“your image url goese here”) no-repeat scroll center center #000000 !important;
}
I hope you understand the ideal</blockquote>