Hi Everyone I posted on another group but was re-directed here with my querie.
I'm very very new at this... in fact i have no js experience. I do however have experience with css and html I am using cubecart as my e-commerce platform and would like to incorporate the accordian jquery ui as i feel that it would be the simplest to implement. *let me know if i'm wrong please* This is the tutorial i ended up at and thought i could do for my ecommerce theme. here is the link http://www.practicalecommerce.com/articles/1213-Web-Design-Tips-jQuery-UI-Accordion-Widget This is the markup in my tpl template file as is with css styling. <!-- BEGIN: categories --> <h3 id="SBCategories"><span></span>Browse by Category</h3> <ul id="mainmenu-nav" style="overflow:hidden; background-color:red;"> <li class="li-nav" style="background-color:blue;"><a href="index.php"> {LANG_HOME}</a></li> <!-- BEGIN: a --> <!-- BEGIN: ul_start --> <ul class="ul-nav"> <!-- END: ul_start --> <!-- BEGIN: li_start --> <li class="li-nav"> <!-- END: li_start --> <a href="index.php?_a=viewCat&catId={DATA.cat_id}">{DATA.cat_name} ({DATA.noProducts})</a> <!-- BEGIN: li_end --> </li> <!-- END: li_end --> <!-- BEGIN: ul_end --> </ul> </li> <!-- END: ul_end --> <!-- END: a --> <!-- BEGIN: gift_certificates --> <li class="li-nav"> <a href="index.php?_a=giftCert">{LANG_GIFT_CERTS} </ a></li> <!-- END: gift_certificates --> <!-- BEGIN: sale --> <li class="li-nav"> <a href="index.php? _a=viewCat&catId=saleItems"> {LANG_SALE_ITEMS}</a></li> <!-- END: sale --> </ul> <!-- END: categories --> The problem now is that i have no clue how to incorporate the same tutorial method into this template :( Any help would be soooooo much appreciated. Thank-you. Jess --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
