How can I apply the dropmenu.gif to only the top row "home - information - contact us. . ."
I can apply it but then it shows for all the subs too. I don't understand the ULs and LIs so well.
Thank you.
John
How can I apply the dropmenu.gif to only the top row "home - information - contact us. . ."
I can apply it but then it shows for all the subs too. I don't understand the ULs and LIs so well.
Thank you.
John
Okay. Not sure if this is right or not but I have it working (only tested in firefox so far).
in tpl_drop_menu.php I changed the <li> for the shopping cart and contact us to <li class="topNoSub"> and then in my style sheet I did this
I'm not saying that this is perfect but it's working.Code:div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} div#dropMenu li.topNoSub {background: url(../images/dropmenu.gif) 95% 50% no-repeat;}
Thanks,
John