hi. the code below creates a textual list of category items on our webpage. the code is default of the shopping cart, however i'd prefer the text categories be contained in a dropdown menu. anyone know how to do that?
Code:<!--START: SUB_CATEGORIES--> <div id="subcategoriesBlock"> <div class="titles">[category_Header-subcategories]</div> <div class="sub-categories-format"> <!--START: SUB_CATEGORIES_FORMAT--> <li> <div class="sub-categories"> <a href="view_category.asp?cat=[CATID]"> <!--START: SUB_CATEGORY_IMAGE--> <span class="img"><img src="[SUB_CATEGORY_IMAGE]" title="[SUB_CATEGORY_NAME]"/> </span> <!--END: SUB_CATEGORY_IMAGE--> <!--START: SUB_CATEGORY_NAME--> <span class="name"><U><font size=1><sup><font color=#045FB4><B>[SUB_CATEGORY_NAME] </u> </font></font> </span> <!--START: SUB_CATEGORY_NAME--></a> <div class="desc">[SUB_CATEGORY_DESCRIPTION]</div> </div> </li> <!--END: SUB_CATEGORIES_FORMAT--> </div> </div>


Reply With Quote

Bookmarks