Posted - 08/09/2013 : 21:51:55
When looking to distinguish different menu sections one way is to use css to style the new section. View the page source in your browser window you will see the generated menu which will look something like the following, where ect0_1234 is the identifing menu item that we are looking for. <li class="ectmenu1" id="ect0_1234" onclick="if .......>Category Name </a></li> In the style sheet you can do something like: li#ect0_1234.ectmenu1 a{background: url('images/ImageName.jpg'); background-repeat:no-repeat; background-attachment:scroll; width:205px;} The above is just a example change the attributes to whatever you like use background color vs image or set a different font color / family. Play with it and have fun making your menus pop with style. This works with multiple menus on the pages using the class ectmenu2 Winners never quit, quitters never win User Manual for Ecommerce Templates
|