Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Thanks jettrue, you where right again. Yes I did look at another thread about moving the home from the footer. That was the reason for the other 7 errors. I will ask this question over at the cherry zen thread about how to remove the home from the footer. There is still a CSS Validation problem with the drop menu. Any ideas jettrue what would be causing this.
    css/stylesheet_header_menu.css
    2 body Property behavior doesn't exist : url(includes/csshover.htc)
    41 div#dropMenu li Parse Error *width:16.649%;
    42 div#dropMenu li Parse error - Unrecognized }
    81 div#dropMenu ul.level2 Parse Error ;left::0;
    81 div#dropMenu ul.level2 Parse error - Unrecognized ;}
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #2
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

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

    hello:

    first, really, really like the css drop down. Much cleaner. I installed and customized the menu for my site. I have one small, REALLY stupid question:


    i can't seem to get the level 2 items to accept my hover sate. it should be dark pink text over a light pink background. i've tried very combination i can think of, but nadda.

    the site i'm working on is: http://bisousbaby.com/index.php
    I'm designing on Mac, so if you see weird things in IE, I wouldn't mind hearing about it.

    oh and adding pages was tedious, but very easy. I did not know someone had that would create define pages. Oh well, live and learn.

    thqnk you

  3. #3
    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 newagekat View Post
    hello:

    first, really, really like the css drop down. Much cleaner. I installed and customized the menu for my site. I have one small, REALLY stupid question:


    i can't seem to get the level 2 items to accept my hover sate. it should be dark pink text over a light pink background. i've tried very combination i can think of, but nadda.

    the site i'm working on is: http://bisousbaby.com/index.php
    I'm designing on Mac, so if you see weird things in IE, I wouldn't mind hearing about it.

    oh and adding pages was tedious, but very easy. I did not know someone had that would create define pages. Oh well, live and learn.

    thqnk you
    Add the !important as below:

    div#dropMenu ul.level2 li a:hover
    {
    color: #D66E7B!important;
    background-color: #F3D5D8;
    }

    I'm on a mac too.

    I think the easiest way to add pages is with EZ-pages in the admin.

  4. #4
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    Add the !important as below:

    div#dropMenu ul.level2 li a:hover
    {
    color: #D66E7B!important;
    background-color: #F3D5D8;
    }

    I'm on a mac too.

    I think the easiest way to add pages is with EZ-pages in the admin.
    jettrue, that worked! thank you. As to the easy pages, I did try it. unfortunately, the info pages are disperced and some are parent of children, so after palying with it, moving the code
    HTML Code:
    <?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
    around the tpl_dropdown_menu.php file, i gave up. but yes, it is easy to add pages with ez pages.

    thank you for everything.

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

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

    Quote Originally Posted by newagekat View Post
    jettrue, that worked! thank you. As to the easy pages, I did try it. unfortunately, the info pages are disperced and some are parent of children, so after palying with it, moving the code
    HTML Code:
    <?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
    around the tpl_dropdown_menu.php file, i gave up. but yes, it is easy to add pages with ez pages.

    thank you for everything.
    What do you mean "the info pages are dispersed"?

  6. #6
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

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

    I'm getting a CSS Validation error that several others have mentioned in this and other threads over the past couple years.

    I have found several postings about the problem but no solution.


    The css error is:

    body Property behavior doesn't exist!

    Here is the way it appears in the stylesheet_header_menu.css file


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




    In this thread
    http://www.zen-cart.com/forum/showth...%29#post857205

    there was a solution posted about using the IE6/Javascript mod, but that solution caused the css to validate but not the headers to drop down properly in IE and apparently the only way to get them working again was to put the non-validating code back in the stylesheet and sacrifice having a non-validated site.


    If anyone has found a solution so a site will validate AND can still maintain the css drop-down headers I'd appreciate the info.

    Zencart ROCKS!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

 

 

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