I'm sure the answer will be "custom job", but does anyone know if it's possible to put my categories and/or subcategories in a drop down bar? Thanks!
Announcement
Collapse
No announcement yet.
Drop Down Bar Possible?
Collapse
X
-
Sure, it just takes some knowledge of HTML and CSS, and editing your frame.html file. It's not that hard to do but kinda falls outside the scope of these forums.
Try here:
http://www.seoconsultants.com/css/menus/horizontal/
-
put this in your frame.html
PHP Code:<select class="" onChange="window.location=this.options[this.selectedIndex].value;">
<option value="#">Products by type...</option>
<!--START: FRAME_CATEGORY-->
<!--START: CATEGORIES-->
<!--START: CATEGORY_FORMAT-->
<option value="/view_category.asp?cat=CATID">CATEGORY</option>
<!--END: CATEGORY_FORMAT-->
<!--END: CATEGORIES-->
<!--END: FRAME_CATEGORY-->
</select>
Comment
Comment