Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: CSS Dropdown menu for your header- With Categories!

    Jade: Thank you! That worked perfectly. I saw one thread about the flyout menu with a similar fix but hadn't investigated further. You saved me a lot of time! LOL, cross posts!

    Get em Fast: Yes, CSSplay is a great site. Been there before, but not recently. Actually, I like to use the "sliding door" method for background images in the menu. It is faster, and you only have one image to download. The only potential drawback it text zoom. One thing to note about Stu's menu is only the final sub menu is scrollable ( no more flyout ) though he does appear to be working on one that works in IE. Would really liked to see that one work without javascript.

    Jade, do you prefer to split the thread on the two menus systems?

    -cj
    Last edited by chadderuski; 19 Jun 2007 at 07:00 PM.

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by chadderuski View Post
    Jade, do you prefer to split the thread on the two menus systems?

    -cj
    Maybe I'm confused, but which two menu systems are you referring to? Get Em Fast did work on the vertical css flyout menu in a sidebox, but so far all we've been talking about is the horizontal one that belongs to this thread, no? I know he's talking about getting it to scroll, but that's still related to this mod. What am I missing here, LOL?

  3. #3
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by jettrue View Post
    Maybe I'm confused, but which two menu systems are you referring to? Get Em Fast did work on the vertical css flyout menu in a sidebox, but so far all we've been talking about is the horizontal one that belongs to this thread, no? I know he's talking about getting it to scroll, but that's still related to this mod. What am I missing here, LOL?
    Get Em Fast cleared this up a couple posts down. Yes, I was talking about doing some additional mod work on Get Em Fast's mod with images, but didn't want to use your thread to discuss that.

  4. #4
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: CSS Dropdown menu for your header- With Categories!

    Jade, that is a good compromise solution.

    Oh! But I think I have an Idea that will make this work!!!! (for some browsers)

    Here is the trick:

    http://www.cssplay.co.uk/boxes/scrollbars.html

    Put the scroll bar on the left! The sub menus can then still fly out right. I have not had a chance to test this yet, as it JUST occurred to me.

  5. #5
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: CSS Dropdown menu for your header- With Categories!

    O.k. Just so there's no more confusion about which questions get asked where, I started a support thread for the CSS Flyout Menu HERE.
    Hope this clears everything up.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  6. #6
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by chadderuski View Post
    Jade, that is a good compromise solution.

    Oh! But I think I have an Idea that will make this work!!!! (for some browsers)

    Here is the trick:

    http://www.cssplay.co.uk/boxes/scrollbars.html

    Put the scroll bar on the left! The sub menus can then still fly out right. I have not had a chance to test this yet, as it JUST occurred to me.
    I played around with this, and it doesn't quite work as expected, at least in Firefox. Yes, you can get the scroll bar on the left, but the next menu doesn't fly out as it should. Though you actually can "see" the next menu, its very buggy. Here's as far as I got:
    Code:
    div#dropMenu ul.level3 {top: 0; left: 12em; background:#4f4f4f;unicode-bidi:bidi-override;direction:rtl;height:200px;width:13.3em;overflow:auto;}
    div#dropMenu ul.level4, div#dropMenu ul.level5 {top: 0; left: 12em; background:#4f4f4f;overflow:visible;}
    the above code replaces:

    Code:
    div#dropMenu ul.level3, div#dropMenu ul.level4, div#dropMenu ul.level5 {top: 0; left: 12em; background:#4f4f4f;}

  7. #7
    Join Date
    Apr 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    You have an awesome template. I wish I would have given you the $390 dollars I had given to Template Monster for something that doesn't work.

    Anyway...I will look more at the other items you have for the next websites.

    Here is my question..

    My website is www.bongeenterprises.com (direct page is
    http://bongeenterprises.com/store/in...3351f1e3489287

    When I go to the "about us" page, the page shows up on the top of the page... "
    HEADING_TITLE and on the bar (maybe called breadcrumb) it says "NAVBAR_TITLE"

    Where are these items located so I can change the "NAVBAR_TITLE" to "About Us" and how do I get the "Heading_title" to change to something else or can I get rid of it for the top of this page?

    Cheers and GREAT work!!

    Scott

    "

  8. #8
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by sbonge View Post
    You have an awesome template. I wish I would have given you the $390 dollars I had given to Template Monster for something that doesn't work.

    Anyway...I will look more at the other items you have for the next websites.

    Here is my question..

    My website is www.bongeenterprises.com (direct page is
    http://bongeenterprises.com/store/in...3351f1e3489287

    When I go to the "about us" page, the page shows up on the top of the page... "
    HEADING_TITLE and on the bar (maybe called breadcrumb) it says "NAVBAR_TITLE"

    Where are these items located so I can change the "NAVBAR_TITLE" to "About Us" and how do I get the "Heading_title" to change to something else or can I get rid of it for the top of this page?

    Cheers and GREAT work!!

    Scott

    "
    I'm guessing that you used the about us mod to add the about us page to your site? It looks like you're missing a language file:
    includes/languages/english/YOUR_TEMPLATE/about_us.php

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

Posting Permissions

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