Page 165 of 235 FirstFirst ... 65115155163164165166167175215 ... LastLast
Results 1,641 to 1,650 of 2345
  1. #1641
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

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

    Well, I got it working but this seems to cause the page to seize and nothing below this code will work. Ths is the code in tpl_expages_drop_menu:


    $content = "";$content .="\n";for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {$content .= ' <li><a href="' . $var_linksList[$i]['link'] . '">' . $var_linksList[$i]['name'] . '</a></li>'


    So when I have this enabled, there is no page below the menu.

    Thanks for any advice.

  2. #1642
    Join Date
    Jul 2007
    Posts
    53
    Plugin Contributions
    0

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

    makenoiz are you sure that the file is tpl_expages_drop_menu as I can't seem to locate it?

    I do find, tpl_ezpages_drop_menu


    If that is the file you mean then change

    $content = "";$content .="\n";for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {$content .= ' <li><a href="' . $var_linksList[$i]['link'] . '">' . $var_linksList[$i]['name'] . '</a></li>'

    to

    $content = "";$content .="\n";for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {$content .= ' <li><a href="' . $var_linksList[$i]['link'] . '">' . $var_linksList[$i]['name'] . '</a></li>' . "\n" ;} // end FOR loop

  3. #1643

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

    Can someone post the code to add a space between the flyout menu and main body.

    The mod installed without any problems, but I seem to have an issue with the spacing.

    Take a look at my site, and you'll notice how tight the menu header is to the category box on the left, as well as the search box on the right.

    How do I add a space in between?
    Posted via Mobile Device

  4. #1644

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

    Sorry, forgot to add the site.

    indigodecorativeDOTcom
    Posted via Mobile Device

  5. #1645
    Join Date
    Jul 2007
    Posts
    53
    Plugin Contributions
    0

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

    It's in the CSS, the stylesheet_header_menu.css
    Look for this, and change the width to what ever you wish 90% look good on mine.


    div#dropMenu {
    width:100%;
    margin:0 auto;
    text-align:center;
    z-index:1000;
    position:relative;
    }

  6. #1646
    Join Date
    Jan 2009
    Posts
    126
    Plugin Contributions
    0

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

    When I add this mod it doesn't display the page below the new menu bar.

    I have checked double checked and triple checked all the files and they all exsist. I also uploaded all of these using filezilla so they should have all been uploaded straight away.

    Any ideas?

  7. #1647
    Join Date
    Mar 2006
    Posts
    71
    Plugin Contributions
    0

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

    Hi Guys

    I am looking at trying to change the horizontal fly out menu to look a different way, what i am trying to accomplish can be seen on littlewoods.com there drop down menu shows two level of categories in the horizontal flyout menu with the main category in bold and the subcategory in standard text all shown in columns.

    Any ideas what can be done to accomplish this i presume the majority will be in the stylesheet with the line spacing and padding settings but i would need to know what code to change in the main template files or the generator to make the layout appear in this way.

    Thanks
    Brad

  8. #1648
    Join Date
    Mar 2006
    Posts
    71
    Plugin Contributions
    0

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

    Hi Guys

    Managed to do this with just the style sheet i am not 100% sure on the code for the stylesheet but here is the section i have changed.

    div#dropMenu ul.level1 li.submenu:hover ul.level2 {background-color:none;margin-left:-15em;font-family:Arial, Helvetica, sans-serif; font-weight:100;color:#999999;font-size:12px;display:block;z-index:1000;width:450px;filter: alpha(opacity = 90);-moz-opacity:0.90;}
    div#dropMenu ul.level2 li.submenu ul.level3 {background:none;text-align:left;font-size:10px;position:relative;display:list-item;}

    Hope this helps others.

    Thanks
    Brad

  9. #1649
    Join Date
    Jan 2009
    Posts
    126
    Plugin Contributions
    0

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

    Still can't get this mod to work it is deleting everything after it - any ideas?

  10. #1650
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

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

    Quote Originally Posted by websightdesign View Post
    Hi Guys

    Managed to do this with just the style sheet i am not 100% sure on the code for the stylesheet but here is the section i have changed.

    div#dropMenu ul.level1 li.submenu:hover ul.level2 {background-color:none;margin-left:-15em;font-family:Arial, Helvetica, sans-serif; font-weight:100;color:#999999;font-size:12px;display:block;z-index:1000;width:450px;filter: alpha(opacity = 90);-moz-opacity:0.90;}
    div#dropMenu ul.level2 li.submenu ul.level3 {background:none;text-align:left;font-size:10px;position:relative;display:list-item;}

    Hope this helps others.

    Thanks
    Brad
    I would like to see your site...

    I have been struggling with my top level categories.

    Thanks, Kim

 

 

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