Page 59 of 235 FirstFirst ... 949575859606169109159 ... LastLast
Results 581 to 590 of 2345
  1. #581
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    I would put everything back to original, then add the link like this:

    Code:
    <li class="submenu">
    <a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a>
    <ul class="level2">
    <li><a href="/index.php?main_page=about_us">About Us</a></li>
    </ul>
    </li>
    Thanks! Worked great. Now, what do I do with the "About Us" link that is showing up under the "Information" heading? I will likely be adding more EZ pages and would like to be able to put them under the headings of my choice. Is this possible to do? If so, how would I do it? Thanks very much.

    Vood

  2. #582
    Join Date
    Oct 2007
    Posts
    4
    Plugin Contributions
    0

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

    Help! The CSS Dropdown header works great in Firefox but it shifts to the right in IE 7.0. Also the DD header is slightly longer than the rest of the site. I'm using the narrow pages. I just started building it today. It's my first ZenCart so no laughing. Here is the link: www.guardfightgear.com/catalog.

  3. #583
    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 boriZ View Post

    Thanks for solving the first problem (with firefox)
    Now.. menu is really breaking into two lines (shoping cart is in new line) but it's not the main issue... the real problem is that when you go to any link (let's say Categories) the table is not entirely grey, so things behind are seen.
    edit:
    And yes, I'm using the latest dropdown menu.
    The images don't help me. Can I see your site? You can PM me if you want to keep it private.

  4. #584
    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 metzler13 View Post
    Help! The CSS Dropdown header works great in Firefox but it shifts to the right in IE 7.0. Also the DD header is slightly longer than the rest of the site. I'm using the narrow pages. I just started building it today. It's my first ZenCart so no laughing. Here is the link: www.guardfightgear.com/catalog.
    In includes/templates/apple_zen/stylesheet_header_menu.css, change the two instances of 100%, back to 70em.

  5. #585
    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 Vood View Post
    Thanks! Worked great. Now, what do I do with the "About Us" link that is showing up under the "Information" heading? I will likely be adding more EZ pages and would like to be able to put them under the headings of my choice. Is this possible to do? If so, how would I do it? Thanks very much.

    Vood
    Well, just remove it:

    <li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>

    If you want to move other ezpages, you'll just have to do them manually.

  6. #586
    Join Date
    Oct 2007
    Posts
    4
    Plugin Contributions
    0

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

    Well that took care of the width of the header menu in FIREFOX but it is still shifting off the page in IE.

    Also, any idea how to figure out why none of the sideboxes will display. At one time I set to not display any of them but I changed back but can't get any to display. I've change the settings in the layout boxes controller but still to no success.

  7. #587
    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 metzler13 View Post
    Well that took care of the width of the header menu in FIREFOX but it is still shifting off the page in IE.

    Also, any idea how to figure out why none of the sideboxes will display. At one time I set to not display any of them but I changed back but can't get any to display. I've change the settings in the layout boxes controller but still to no success.
    Did you turn the sideboxes back on, under "Configuration", "layout settings"?

    As far as the shifting, I'm looking into that... apparently that's something I missed, cause it happens on my test site! Dang darn dang!!

  8. #588
    Join Date
    Oct 2007
    Posts
    4
    Plugin Contributions
    0

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

    I thought I turned them back on but apparently I didn't. Oops!

    I haven't said this yet but GREAT TOOLS and TEMPLATES!!!

  9. #589
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    813
    Plugin Contributions
    0

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

    Hi Jettrue,
    Think everything is in order. I would love to know how to make the first drop wider for longer cat names.

    was able to do it but then it overlapped the subcat1 that needs to be a little wider too.

    I know this is all css but im lost in the
    div#dropMenu ul.level4 li.submenu:hover ul.level5,
    div#dropMenu ul.level5 li.submenu:hover ul.level6,
    div#dropMenu ul.level6 li.submenu:hover ul.level7,
    any help is greatly appreciated.

    Thank you,
    John

  10. #590
    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 metzler13 View Post
    Well that took care of the width of the header menu in FIREFOX but it is still shifting off the page in IE.

    AHA!

    Remove text-align:center

    from #dropMenuWrapper

    in stylesheet.css

    PHEW, that was hard to find!

 

 

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

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR