Rank: Member
Joined: 5/21/2007(UTC) Posts: 11
|
I am trying to create a drop down list of all the sub-categories located under the category's page you happen to be on. Anyone have any ides, basically it's just a drop down jump menu as a sub navigation for the current category.
Any Ideas would be much appreciated.
Thanks,
-G
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
I think you're looking for a 'slide-out'. Most can be configured for vertiacal or horizontal movement. Try here for starters... http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_114a.htmlIt's free, but not for the timid. Google 'slide out menus'. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 5/21/2007(UTC) Posts: 11
|
I know how to create the menu on the front end, what I am looking for is how to call those sub categories, and their links out of the database.
-Greg
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Do something like this..
Dim children As Collection(Of Catalog.Category) = Catalog.Category.FindChildren(LocalCategory.Bvin) |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.