Results 1 to 4 of 4

Thread: A DIV/Unordered List Menu

  1. #1
    Join Date
    Jun 2009
    Posts
    191

    Default A DIV/Unordered List Menu

    Hello All,

    I would like to be able to format the menu system similar to how http://www.raymourflanigan.com/ has their menu system. Any help would be greatly appreciated...

    ~D

  2. #2
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    431

    Default

    This is actually pretty straightforward to do and I've just done a similar menu for a UK company using AspDotNetStorefront.

    1. Create an independent 'menu' XML package, initially containing some static HTML menus for testing only. Get this working with your master template to replace any existing menu.
    2. Get the CSS working so that each menu drops down correctly as you hover, has the right z-index and layout across all browsers
    3. Add in dynamic retrieval into your menu XML package to retrieve the menu titles first (categories)
    4. Add in dynamic retrieval for the sub-menus (start with the basic sub-categories)
    5. Finally, add in the category specific graphics, or even top selling products into each menu drop down, all by enhancing the menu XML package.

    Adam

  3. #3
    Join Date
    Jun 2009
    Posts
    191

    Default

    Quote Originally Posted by webopius View Post
    This is actually pretty straightforward to do and I've just done a similar menu for a UK company using AspDotNetStorefront.

    1. Create an independent 'menu' XML package, initially containing some static HTML menus for testing only. Get this working with your master template to replace any existing menu.
    2. Get the CSS working so that each menu drops down correctly as you hover, has the right z-index and layout across all browsers
    3. Add in dynamic retrieval into your menu XML package to retrieve the menu titles first (categories)
    4. Add in dynamic retrieval for the sub-menus (start with the basic sub-categories)
    5. Finally, add in the category specific graphics, or even top selling products into each menu drop down, all by enhancing the menu XML package.

    Adam
    Wow! That sounds pretty straight forward... I will look into that further.

    Thank you!

  4. #4
    Join Date
    Jun 2009
    Posts
    191

    Default

    Quote Originally Posted by webopius View Post
    This is actually pretty straightforward to do and I've just done a similar menu for a UK company using AspDotNetStorefront.

    1. Create an independent 'menu' XML package, initially containing some static HTML menus for testing only. Get this working with your master template to replace any existing menu.
    2. Get the CSS working so that each menu drops down correctly as you hover, has the right z-index and layout across all browsers
    3. Add in dynamic retrieval into your menu XML package to retrieve the menu titles first (categories)
    4. Add in dynamic retrieval for the sub-menus (start with the basic sub-categories)
    5. Finally, add in the category specific graphics, or even top selling products into each menu drop down, all by enhancing the menu XML package.

    Adam
    I apologize, but could you show me an example please? I tried yesterday to look at it, and to be honest, I need to learn quite a bit more on this end of things... I would greatly appreciate it.

    ~D

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •