Page 21 of 235 FirstFirst ... 1119202122233171121 ... LastLast
Results 201 to 210 of 2345
  1. #201
    Join Date
    Sep 2006
    Location
    Derby UK
    Posts
    99
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    I'm not sure if I'm seeing what you're seeing, but in includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css, try moving:

    background:#4484B2;

    from div#dropMenu ul.level1


    to div#dropMenu li
    That did it Jade.

    Many thanks once again.
    Crazy



  2. #202
    Join Date
    Jan 2005
    Location
    Mosquito Coast, Texas
    Posts
    92
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    Somewhere along the line it was added somewhere. When I look at the source of your page there's a <div> before Discount Coupons and a </div> after reviews.

    Check also in the "Tools", "EZpages" and make sure that its not there with the internal links?
    Just an update. I found the error. If you turn the right column/sideboxes off, this is when the error occurs. So I guess the extra div tags are in the column two/right sideboxes files, not the ezpage files. It is, indeed a bug for this menu and/or zencart.

  3. #203
    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 darkswan View Post
    Just an update. I found the error. If you turn the right column/sideboxes off, this is when the error occurs. So I guess the extra div tags are in the column two/right sideboxes files, not the ezpage files. It is, indeed a bug for this menu and/or zencart.
    Can you explain more what you mean? Do you mean if you turn all the right sideboxes off? I tested by turning all the right sideboxes off, and could not replicate the issue.

  4. #204
    Join Date
    Jan 2005
    Location
    Mosquito Coast, Texas
    Posts
    92
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    Can you explain more what you mean? Do you mean if you turn all the right sideboxes off? I tested by turning all the right sideboxes off, and could not replicate the issue.
    No, if you turn the right column off globally on the layout settings page in the admin. Turn it on and the flyout menu works, turn it off and the menu breaks.

    Apparently there is a div tag that needs to be there for the global right column.

  5. #205
    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 darkswan View Post
    No, if you turn the right column off globally on the layout settings page in the admin. Turn it on and the flyout menu works, turn it off and the menu breaks.

    Apparently there is a div tag that needs to be there for the global right column.
    That is what I did on my test site, and the issue did not occur. I'm not sure why turning off the right column would add <div> and </div> in the middle of the drop menu code?

  6. #206
    Join Date
    Jul 2006
    Location
    Toronto, ON
    Posts
    87
    Plugin Contributions
    0

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

    Quote Originally Posted by jvoce View Post
    I'm hacing a problem with the menus in earlier IEs. The dropdown menu displays behind the category filter menu. I've enclosed a pic, and you can view a test site here.
    I haven't been able to figure this one out yet. Can someone help?

  7. #207
    Join Date
    Sep 2006
    Location
    Derby UK
    Posts
    99
    Plugin Contributions
    0

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

    Quote Originally Posted by jvoce View Post
    I haven't been able to figure this one out yet. Can someone help?
    Have you tried adjusting the z-index's on the drop down menu CSS?
    Crazy



  8. #208
    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 jvoce View Post
    I haven't been able to figure this one out yet. Can someone help?
    Have you tried the newest version? I believe I fixed that problem, though to be honest I'm not sure which of my changes fixed it.

    Edited to ADD: So sorry, I thought I was responding to my Apple Zen thread.... I'll get back to you on this...

  9. #209
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

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

    Under the heading "Information" in my dropdown list I am attempting (unsuccessfully) to add a category with subcategories, but it ain't pretty!!

    Specifically, on my PittiVintage site I would Like a "Charts" category with "Size Charts" and "Item Condition" as subcategories. How would I achieve that?

    Thanks for any and all suggestions.

  10. #210
    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 MeltDown View Post
    Under the heading "Information" in my dropdown list I am attempting (unsuccessfully) to add a category with subcategories, but it ain't pretty!!

    Specifically, on my PittiVintage site I would Like a "Charts" category with "Size Charts" and "Item Condition" as subcategories. How would I achieve that?

    Thanks for any and all suggestions.
    Have you tried kind of copying the HTML of the categories section?
    Code:
    <li class="submenu"><a href="http://www.zencart137.jadetrue.com/index.php?main_page=index">Information</a>
    <ul class="level2">
    <li class="submenu">
    <a href="http://www.zencart137.jadetrue.com/index.php?main_page=index&amp;cPath=2">Category with A Subcategory</a>
    <ul class="level3">
    <li class="submenu">
    <a href="http://www.zencart137.jadetrue.com/index.php?main_page=index&amp;cPath=3">Subcategory</a>
    </li>
    </ul>
    </li></ul></li>
    I hope I got that right... these things are always tricky, and its easy to miss something. If you get it close, but not quite, I can always look at your source and help you find whats wrong.

 

 

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