Page 17 of 26 FirstFirst ... 71516171819 ... LastLast
Results 161 to 170 of 2344

Hybrid View

  1. #1
    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?

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

  3. #3
    Join Date
    Apr 2007
    Posts
    42
    Plugin Contributions
    0

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

    I am struggling wiht this mod, can anyone install it for me if i pay them? Thank You..

  4. #4
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Idea or Suggestion Re: CSS Dropdown menu for your header- With Categories!

    Hi,

    I simply installed the code in the readme file (<!--bof-drop down menu display-->
    <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
    <!--eof-drop down menu display-->
    <div class="clearBoth"></div>) at the very bottom of my tpl_header.php file and it breaks the page - nothing under the CSS Flyout Menu in the header shows up!

    NOTE: I am also using the Alternate Header v2.0 and added the above code to the bottom of the tpl_header.php file contained in that addon. No other code mods other than that.

    In addition to that, I would like to know if it is possible to replace "Home", "Categories" and "Information" with my top-level categories and then having my sub level categories flyout.

    Instructions and the necessary code (if needed) is truly appreciated.
    Thank you,
    autoace

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

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

    I have been stuggling for several days and have looked thru forum. My issues seem to be css related. Need any help I can get with...

    *categories are going vertical instead of horizonal across dropMenu bar
    Here is css.

    div#dropMenu {
    position:relative;
    width: 100%;
    height:25px;
    margin: 0em;
    margin-top: 1px;
    padding: 0em;
    text-align:center;
    z-index: 1000;
    border-bottom: 2px solid #083562;
    font-family: Lucida Sans;
    float: center;
    }

    *space between dropmenu and logo/wrapper
    Not sure where to change this. I have modified logo, wrapper and MenuWrapper with no luck.

    Thanks, Kim

  6. #6
    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 kburner View Post
    I have been stuggling for several days and have looked thru forum. My issues seem to be css related. Need any help I can get with...

    *categories are going vertical instead of horizonal across dropMenu bar
    Here is css.

    div#dropMenu {
    position:relative;
    width: 100%;
    height:25px;
    margin: 0em;
    margin-top: 1px;
    padding: 0em;
    text-align:center;
    z-index: 1000;
    border-bottom: 2px solid #083562;
    font-family: Lucida Sans;
    float: center;
    }

    *space between dropmenu and logo/wrapper
    Not sure where to change this. I have modified logo, wrapper and MenuWrapper with no luck.

    Thanks, Kim
    *categories are going vertical instead of horizonal across dropMenu bar
    Got this figured out...not sure what I did.
    But I have 13 categories and can not get them to all fit. Caps are small - so they should fit....Any one know how to get them all across??

    *space between dropmenu and logo/wrapper
    Still have space in FF, but gone from IE...

    Added to stylesheet:

    .clearBoth {
    clear:both;
    height: 2.5px;
    font-size:0;
    line-height: 0;
    }

    Kim

  7. #7
    Join Date
    Jul 2008
    Posts
    96
    Plugin Contributions
    0

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

    Ok ive looked through a LOT of posts, but i havent really found what i was looking for, so im gonna take the chance and ask a question, that hopefully havent been answered yet. If so...i apologize :)

    I know that the ez pages are connected to the information box, but is there a way to add pages/links to the other categories?

    Ex.....i would like to add a facebook link as a drop down under the "Contact us" category, and i would like to add an extra page to the "my account" category.

    How do i go about doing that?
    Im not a techie, so any help is appreciated

  8. #8
    Join Date
    Jul 2008
    Posts
    96
    Plugin Contributions
    0

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

    Quote Originally Posted by znowflake View Post
    Ok ive looked through a LOT of posts, but i havent really found what i was looking for, so im gonna take the chance and ask a question, that hopefully havent been answered yet. If so...i apologize :)

    I know that the ez pages are connected to the information box, but is there a way to add pages/links to the other categories?

    Ex.....i would like to add a facebook link as a drop down under the "Contact us" category, and i would like to add an extra page to the "my account" category.

    How do i go about doing that?
    Im not a techie, so any help is appreciated
    Nm. I figured out myself :)

    1.Make a link <li><a href="http://www.link_here">Link_name_here</a></li>
    2. Add it to your tpl_drop_menu where you want it.
    Remember to add <ul class="level2"> (to make it a dropdown) before your link and </ul>(to seperate from next menu) after.

    To add an extra page somewhere else but your Information menu, simply use your ez pages, but without adding it to the header and do the same as above.

    Voila.

    It works for me :)

  9. #9
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

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

    I wanted to add this to my website, which is www.alepia.ch that has a really old fashioned header dropdown menu. But when I added this features to my website... I can see only the header and the dropdown menu , everything else is white and not available!

  10. #10
    Join Date
    Aug 2009
    Location
    Carmi, IL
    Posts
    354
    Plugin Contributions
    0

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

    I love this mod and it works except for the sub menus. They are not showing. I'm not sure if its because I have only loaded one catagory with two items in the catagory. This should show as the sub-catagories under the main item, but it isn't. I am only seeing the Compound bows under level 2, nothing else.

    Could someone please tell me what I am doing wrong or what I need to alter?

    Below is the link to the site I am working on. You will only see two items inside the store and no images, just trying to set up different mods and the store's design before I proceed.

    www.meanvarchery.biz

    Thanks in advance! This is a great mod!

 

 
Page 17 of 26 FirstFirst ... 71516171819 ... 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