Page 1 of 2 12 LastLast
Results 1 to 10 of 11

CSS Menu

This is a discussion on CSS Menu within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Changed: Fix for showing empty lines because of $cssMenuConfig['ShowEmptyCategories'] = true; Fixed a typo More......

      
  1. #1
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,795
    Rep Power
    573


    Post CSS Menu

    Changed:
    Fix for showing empty lines because of $cssMenuConfig['ShowEmptyCategories'] = true;
    Fixed a typo

    More...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  2. #2
    New Member
    Join Date
    Apr 2007
    Posts
    27
    Rep Power
    0


    Default Re: CSS Menu

    Which tells us what?

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,795
    Rep Power
    573


    Default Re: CSS Menu

    Which tells you that the problem mentioned is fixed.

    Again, since you don't seem to get it, this forum is an RSS feed of the posts at osCommerce.com, it even says so in the description of this forum:

    "New osCommerce Contributions RSS feed of the newest osCommerce contributions"
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  4. #4
    New Member
    Join Date
    Apr 2007
    Posts
    27
    Rep Power
    0


    Default Re: CSS Menu

    Ohh damn, now I feel like a retard. I totally spaced the notion that it was an RSS feed. My bad. Well where is the information about CSS menu in osCMax?

    ~ Jared

  5. #5
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,795
    Rep Power
    573


    Default Re: CSS Menu

    there is no css menu in osCMax.

    There is the coolmenu, the standard menu or the dhtml menu.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  6. #6
    New Member
    Join Date
    Feb 2003
    Posts
    10
    Rep Power
    0


    Default Re: CSS Menu

    Any chance of integrating CSS Menu? I am running the Dhtml menu and it appears slow, and would not load in opera (which like no one uses, but still). I think a straight css menu might run better

  7. #7
    New Member
    Join Date
    Apr 2007
    Posts
    27
    Rep Power
    0


    Default Re: CSS Menu

    I have a CSS Menu based on the suckerfish menu that is all CSS.

    It essentially turns the menu into an unordered list and then you apply CSS as best you see fit. I've not ported it to osCMax as of yet because no one ever responded to my posts about it so I figured no one wanted it. It works fine in CRE Loaded and my osCommerce version is working but not yet in osCMax.

    It will make your commerce categories menu look like this in say a store that sells various items.

    <ul class="oscmenu">
    <li><a href="http://somewhere">Software</a></li>
    <li><a href="http://somewhere">Hardware</a></li>
    <li><a href="http://somewhere">Otherware</a></li>
    <li><a href="http://somewhere">Underwear</a></li>
    <li><a href="http://somewhere">Where Again</a>
    <ul class="submenu">
    <li><a href="http://somewhere">Sub One</a></li>
    <li><a href="http://somewhere">Sub Two</a></li>
    <li><a href="http://somewhere">Sub Three</a></li>
    </ul>
    </li>
    <li><a href="http://somewhere">Bottomware</a></li>
    </ul>

    The resulting list menu would then look like
    • Software
    • Hardware
    • Otherware
    • Underwear
    • Where Again
      • Sub One
      • Sub Two
      • Sub Three
    • Bottomware
    You then just style in your CSS the way you want the menu to behave. I did a few with JQuery, one with MOOTOOLS and naturally the standard suckerfish method which gives you a nice cascading menu either top down or left to right.

    I'll make it a contribution just as soon as I can get my new design up on my site. If someone is PRESSED and cant wait I suppose I could get it modified today.

    Jared

  8. #8
    New Member
    Join Date
    Feb 2003
    Posts
    10
    Rep Power
    0


    Default Re: CSS Menu

    I'm actually working on that same menu. I just don't understand the BTS system so I'm not too sure how to structure that part of the file. I can get it to work, but it's just not integrated well enough yet.

  9. #9
    New Member
    Join Date
    Apr 2007
    Posts
    27
    Rep Power
    0


    Default Re: CSS Menu

    Yeah I'll dig it out of the archive and get to work on it. It works in CRELoaded just fine so it should, in theory, work with the OSCMAX BTS implementation easily.

    I'd have to verify it first though.

    ~ Jared

  10. #10
    New Member
    Join Date
    Feb 2003
    Posts
    10
    Rep Power
    0


    Default Re: CSS Menu

    No hurry, my site is live with the Dhtml menu and that works ok. I just find that it is slow and doesn't work on everyones browser.

Page 1 of 2 12 LastLast

Similar Threads

  1. CSS Menu
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-26-2007, 02:52 AM
  2. CSS Menu
    By michael_s in forum New osCommerce Contributions
    Replies: 2
    Last Post: 02-04-2007, 05:27 AM
  3. cool menu vs dhtml menu
    By Lara Croft in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 01-17-2007, 11:38 AM
  4. Adding cool menu and keeping the catorory menu???
    By Kyle_Bassett in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 10-18-2005, 09:17 AM
  5. making the catalog menu same style as admin menu
    By starchild in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-01-2003, 04:42 AM

Bookmarks

Posting Permissions

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