Page 120 of 235 FirstFirst ... 2070110118119120121122130170220 ... LastLast
Results 1,191 to 1,200 of 2345
  1. #1191
    Join Date
    Jun 2008
    Posts
    29
    Plugin Contributions
    0

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

    This has fixed some of my issues - thanks for this mod - works great - check it out at https://whatstobuyaustralia.com
    Whats to Buy - The Biggest Online Shopping Site
    Grab a Bargain Now

  2. #1192
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    68
    Plugin Contributions
    0

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

    Quote Originally Posted by bx1 View Post
    Hi all!

    I've been working on this issue for weeks now. I can't for the life of me figure out how to change the background colours of the last two menu items. I want the second last menu item background to be a light grey and the last menu item background be dark grey.

    Also, I'm also looking to make the last menu item a little wider than the rest of the other options.

    If anyone can help with this problem that would be great. Thanks!
    Hi again,

    Sorry to repost but I still can't figure out how to do this. Any ideas? Thanks in advance!
    Online skin care and cosmetics
    http://www.beautyxpress.com.au

  3. #1193
    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 Vertigo View Post
    Hi

    First of all, the horizontal menu looks awesome!

    But

    I have a slight problem over here www.cuddlycotton.co.uk

    If you look on the website, will easily see the space between the horizontal menu and the image i have inserted...

    Tried everything to sort that out but nothing worked so far...

    Maybe you may have an idea as you are my only hope at the moment
    remove the padding-top from .centerColumn.

  4. #1194
    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 bx1 View Post
    Hi all!

    I've been working on this issue for weeks now. I can't for the life of me figure out how to change the background colours of the last two menu items. I want the second last menu item background to be a light grey and the last menu item background be dark grey.

    Also, I'm also looking to make the last menu item a little wider than the rest of the other options.

    If anyone can help with this problem that would be great. Thanks!
    Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and give the two drop down's that you want to be a different color their own class, like this:

    Code:
    <li class="contactUs"><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
    Then style .contactUs in the css the way you want it.

  5. #1195
    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 welchyboy View Post
    Does anyone know how to remove the css header drop down menu. I have tried deleting the files but if i delete certain ones my page goes blank. The site is...


    http://www.wpc-consulting.com/~stxmill/

    Also trying to get the css header bar exactly how it is set up on my page now but vertical as in a sidebox. I have started this but not sure how to add links can anyone help on this issue.
    I personally would use one o of the vertical ones from the download section.

    TO remove it, simply remove this from includes/templates/YOUR_TEMPLATE/common/tpl_header.php
    Code:
    <!--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-->

  6. #1196
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

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

    Thanks for the tip on how to remove the header. Worked like a charm

    I downloaded the CSS flyout menu 1.3 which is a vertical sidebox category menu. I was able to find out how to edit it to add additional links but is there a way to have a special piece of the stylesheet just for those extra links or something. Becuase right now it is the same color and hover color as my "links" on the site which comes from my main sylesheet.css. I can change them by changing the link colors on my stylesheet.css but just wondering if there way a way to make them different so i can make it match the actual products menu. To look at it go here... Again thanks for your help

    www.wpc-consulting.com/~stxmill

  7. #1197
    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 welchyboy View Post
    Thanks for the tip on how to remove the header. Worked like a charm

    I downloaded the CSS flyout menu 1.3 which is a vertical sidebox category menu. I was able to find out how to edit it to add additional links but is there a way to have a special piece of the stylesheet just for those extra links or something. Becuase right now it is the same color and hover color as my "links" on the site which comes from my main sylesheet.css. I can change them by changing the link colors on my stylesheet.css but just wondering if there way a way to make them different so i can make it match the actual products menu. To look at it go here... Again thanks for your help

    www.wpc-consulting.com/~stxmill
    I think this is the support thread of the menu you are using:

    http://www.zen-cart.com/forum/showthread.php?t=68676

  8. #1198
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

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

    Great I will go through this thread and see if i can find some more answers. Thanks for the help

  9. #1199
    Join Date
    Jun 2008
    Posts
    17
    Plugin Contributions
    0

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

    I'm trying to create a menu bar in my cart that 1) uses images with rollovers as the buttons and 2) does not link to my categories (as the store sells only one thing), but links to the rest of the pages in my site, which are regular old HTML pages, not the EZ pages.

    I've tried a couple different mods and nothing seems to work. Does anyone out there know if this can be done, and if so, what mod should I be using?

    Here's a link to a page that has the menu bar I'd like to use.

    www.westcoastwhoopies.com/about.html

    Thanks from a lost newbie!

  10. #1200
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

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

    Hello,
    I recently added a new top-level link to my css menu. After that, the menu is not centered properly on the page. I decided to use relative positioning to try and center the menu again, but now the positioning is ok for my monitor and skewed on others. I realized that I needed to set the menu's horizontal margin to auto (I know this won't work in IE7 due to a bug, but that's a separate issue that I'll learn about later). Problem is, it already seems like that's been done in the stylesheet. I noticed that I've got multiple div's in the page code for the drop menu. Using Firefox and the Firebug add-on I noticed: #dropMenuWrapper, #dropMenuWrapperb, #dropMenuWrapperc and #dropMenuWrapperd. Are all of these supposed to be there? They're all empty div's. Furthermore, when I use the Inspect function of Firebug it appears that my menu is not positioned inside of the dropMenu div like it should be, but is actually below it. I'm not sure if I made a mistake or not, but I would think that the menu should auto center itself whenever new links are added/removed.

    Would somebody be willing to take a look at my site's CSS and point me in the right direction as to where I should start making changes? Any help is appreciated.

    Thanks,

 

 

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