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

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    52
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    With a quick look, I'm not sure precisely, but it may be that it is enclosed in a table.... I didn't design or test it that way, so I'm not sure if it will work inside of a table with the same css?
    It is in a table on www.sierranvweb.com/mtp but in a div on the other link, which is just the menu. Neither works, so I don't think the table is the issue.
    Airtime

  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 airtime View Post
    It is in a table on www.sierranvweb.com/mtp but in a div on the other link, which is just the menu. Neither works, so I don't think the table is the issue.
    Airtime
    You have the csshover in the css like this still:

    body {
    behavior: url(includes/csshover.htc);
    }

    My guess that since it's not a zen cart, csshover.htc is not actually in a folder named "includes".

  3. #3
    Join Date
    Mar 2007
    Posts
    52
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    You have the csshover in the css like this still:

    body {
    behavior: url(includes/csshover.htc);
    }

    My guess that since it's not a zen cart, csshover.htc is not actually in a folder named "includes".
    That did the trick. Thanks!

  4. #4
    Join Date
    Oct 2006
    Posts
    18
    Plugin Contributions
    0

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

    JETTRUE, hello again, I am using your template Apple and I noticed that you use this css dropdown menu within it. I've got information from the site where I bought translated ZC, that this css dropdown menu extension is used to hack the sites and they really strong suggest not to use it. They told that
    Image Handler 2
    CSS Horizontal DropDownMenu
    Alternative Header 1.1a
    Automatic Login
    my be used to take control over my site via hackers, they reffer that www.secunia.com check it. Would you comment this as you are the 'producer'? Source: www.zencart.com.pl

  5. #5
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

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

    Hi everyone,

    Loving the work on content shifting for search engines! Has anyone had any luck finding a solution to the IE7 Sub menu hanging around after leaving it and returning to the base menu?

    http://www.musicservices.co.nz/

    thanks

  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 hitch View Post
    Hi everyone,

    Loving the work on content shifting for search engines! Has anyone had any luck finding a solution to the IE7 Sub menu hanging around after leaving it and returning to the base menu?

    http://www.musicservices.co.nz/

    thanks
    No, sorry!

  7. #7
    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!

    Well, here's what I have (so far) of a scroll menu. The bad thing is, it doesn't include any categories, because, as I said earlier....it's either scroll, or flyout....not both. But, I'm still working on it. Just thought that somebody else might could take what I've got so far, and make it work with flyout. Anybody interested? Hint-Hint Jade.
    Attached Images Attached Images  
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  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 braad View Post
    JETTRUE, hello again, I am using your template Apple and I noticed that you use this css dropdown menu within it. I've got information from the site where I bought translated ZC, that this css dropdown menu extension is used to hack the sites and they really strong suggest not to use it. They told that
    Image Handler 2
    CSS Horizontal DropDownMenu
    Alternative Header 1.1a
    Automatic Login
    my be used to take control over my site via hackers, they reffer that www.secunia.com check it. Would you comment this as you are the 'producer'? Source: www.zencart.com.pl
    Very interesting. This is the first I've heard of this. I'm also surprised that they single out "CSS Horizontal DropDownMenu", when it is based off of the same files that are in the sidebox CSS menu, and the categories only version uses most of the same files as well. I'd love to know what they feel is the issue.

  9. #9
    Join Date
    Jun 2007
    Posts
    8
    Plugin Contributions
    0

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

    Hello, first, thank you for the Add-on it is great. I have a couple of issues I need to fix with it though.

    http://www.greatgolfdepot.com

    I saw someone mention something about Internet Explorer. In IE the menus do not come down aligned, but they are off centered to the right slightly. It works great in Firefox though.

    My second problem, which is a little worse, is the area directly to the right of the Shopping Cart tab. There is extra space there that I cannot figure out how to remove. I tried even adding margin-right: -10px; to the CSS and it won't move. Is there something I am doing wrong or missing?

    Thanks!
    Dan Paplaczyk
    http://www.GreatGolfDepot.com

  10. #10
    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 pap1723 View Post
    Hello, first, thank you for the Add-on it is great. I have a couple of issues I need to fix with it though.

    http://www.greatgolfdepot.com

    I saw someone mention something about Internet Explorer. In IE the menus do not come down aligned, but they are off centered to the right slightly. It works great in Firefox though.

    My second problem, which is a little worse, is the area directly to the right of the Shopping Cart tab. There is extra space there that I cannot figure out how to remove. I tried even adding margin-right: -10px; to the CSS and it won't move. Is there something I am doing wrong or missing?

    Thanks!
    Dan Paplaczyk
    http://www.GreatGolfDepot.com
    Since you want your menu to fill up all the way from left to right, I would suggest using percentages for the widths of each menu item. This is because the menu was designed to have a right-side space, so that when people enlarge the font, the menu doesn't end up wrapping into two lines. But making the menu items a percentage, it won't wrap into two lines.

    So, first, you need to change div#dropMenu li to this:

    Code:
    div#dropMenu li {
    	position: relative; 
    	list-style: none; 
    	margin: 0; 
    	float: left; 
    	line-height: 1em;
            width:16.667%;
    	}
    Then change div#dropMenu li a to this:

    Code:
    div#dropMenu li a {display: block; padding: .6em 0 .6em 0;text-decoration: none; text-transform:uppercase; color:#005f00; text-align:center; border-right:1px solid #005f00; border-left:1px solid #005f00;}
    Then change div#dropMenu ul.level2 to this:
    div#dropMenu ul.level2 {top: 2.17em; background:#FFFFFF;z-index:1000;}
    Code:
    div#dropMenu ul.level2 {top: 2.17em; background:#FFFFFF;z-index:1000;left:0;}
    And I think the last section I just posted will help with your IE problem as well.

 

 
Page 1 of 2 12 LastLast

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