Page 51 of 235 FirstFirst ... 41495051525361101151 ... LastLast
Results 501 to 510 of 2345
  1. #501
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

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

    I do not know if this is possible, but I am going to ask anyways...I would like to change the color of the Shopping Cart section? Is there any way to do this? Thanks a ton!

  2. #502
    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 helpme View Post
    I do not know if this is possible, but I am going to ask anyways...I would like to change the color of the Shopping Cart section? Is there any way to do this? Thanks a ton!
    Can you be more specific? The shopping cart page? The background behind the shopping cart? The shopping cart itself? But whatever it is, the answer is YES, you can do most whatever you want with css.

  3. #503
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    Can you be more specific? The shopping cart page? The background behind the shopping cart? The shopping cart itself? But whatever it is, the answer is YES, you can do most whatever you want with css.
    On the actual menu I want
    Home Catagories Information Contact Us My Account SHOPPING CART
    I want the background of the menu (only for Shopping Cart) to change to pink and leave the font white.


    Does that make sense? I want to point out the link to the shopping cart.

    Thanks

  4. #504
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    red flag Rounded corners on the drop-down menu possible?

    Hi Jade, Not sure if you had an answer/suggestion for this. I'm re-posting in case you missed the thread, or my phrasing wasn't too clear: Is it possible to place matching end-cap images on each side of the drop-down menu in order to create a "rounded" corners effect on the ends? Like adding a cell on each end to hold a .gif image...? Here's what I mean: http://www.musecards.com/store/DropDown.gif (If anyone else on this board has figured out how to do this, please let me know. Thanks!)
    Last edited by bluealice; 4 Oct 2007 at 02:29 PM. Reason: Spacing problem

  5. #505
    Join Date
    Sep 2007
    Posts
    58
    Plugin Contributions
    0

    Default The mystery IE6-not-working problem returns (again)

    Hi (to everyone, but mainly jettrue)

    I'm sorry to ask this question when you've only just recently covered this off with mauryg. I've double-checked everything that you've mentioned so far and I still can't get the menus to work on IE6.

    This question is doubly cheeky because I'm actually using the horizontal version that was contributed by someone else. I'm posting this here because you seem to be using the same techniques and your responses are so helpful.

    So far I have:
    * Added the extra .htaccess code to the bottom of the root/includes/.htaccess file (I also added it to root/.htaccess because I wasn't sure where it was supposed to go)
    * Made sure that the extra css file starts with
    body {
    behavior: url(includes/csshover.htc);
    }
    * Made sure that V2.02.060206 of csshover.htc is in the root/includes directory

    Are there any other things that I need to do? Any help would be great because i was supposed to be launching the site tomorrow Here's the site www.possumbooks.com

    Possum.

    P.S. My template is built on Cherry Zen --- thanks for the HUGE headstart.
    Last edited by possum; 7 Oct 2007 at 12:36 AM. Reason: Forgot to post site

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

    Default Re: The mystery IE6-not-working problem returns (again)

    Quote Originally Posted by possum View Post
    Hi (to everyone, but mainly jettrue)

    I'm sorry to ask this question when you've only just recently covered this off with mauryg. I've double-checked everything that you've mentioned so far and I still can't get the menus to work on IE6.

    This question is doubly cheeky because I'm actually using the horizontal version that was contributed by someone else. I'm posting this here because you seem to be using the same techniques and your responses are so helpful.

    So far I have:
    * Added the extra .htaccess code to the bottom of the root/includes/.htaccess file (I also added it to root/.htaccess because I wasn't sure where it was supposed to go)
    * Made sure that the extra css file starts with
    body {
    behavior: url(includes/csshover.htc);
    }
    * Made sure that V2.02.060206 of csshover.htc is in the root/includes directory

    Are there any other things that I need to do? Any help would be great because i was supposed to be launching the site tomorrow Here's the site www.possumbooks.com

    Possum.

    P.S. My template is built on Cherry Zen --- thanks for the HUGE headstart.
    In the categories_menu.css, it starts like this:

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

    remove the */ right before body, see if that helps.

    And the .htaccess changes only need to be in root/.htaccess

    Cute site!

  7. #507
    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 helpme View Post
    On the actual menu I want
    Home Catagories Information Contact Us My Account SHOPPING CART
    I want the background of the menu (only for Shopping Cart) to change to pink and leave the font white.


    Does that make sense? I want to point out the link to the shopping cart.

    Thanks
    Sure, since the shopping cart link is already using the style "noLine" you can style it however you want in the stylesheet. Try adding this to your stylesheet_header_menu.css:

    div#dropMenu li a.noLine {background-color:#d3bacd;}

    Of course using whatever color you prefer.

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

    Default Re: Rounded corners on the drop-down menu possible?

    Quote Originally Posted by bluealice View Post
    Hi Jade, Not sure if you had an answer/suggestion for this. I'm re-posting in case you missed the thread, or my phrasing wasn't too clear: Is it possible to place matching end-cap images on each side of the drop-down menu in order to create a "rounded" corners effect on the ends? Like adding a cell on each end to hold a .gif image...? Here's what I mean: http://www.musecards.com/store/DropDown.gif (If anyone else on this board has figured out how to do this, please let me know. Thanks!)
    Sure, its possible, though I don't know how easy. What I would do is give the first and last menu item its own css style, maybe like this:

    In includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php, change this:

    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>

    to this:

    <li class="submenu" id="leftCap"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>

    and then change the last link:

    <li class="submenu" id="rightCap"><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
    <ul class="level2">
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    </ul>
    </li>
    <?php } else { ?>
    <li id="rightCap"><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>

    And then in the css, give #leftCap and #rightCap their own background images.

    Your menu is still broken into two lines in Firefox... I posted some new css here:
    http://www.zen-cart.com/forum/showpo...&postcount=484

    which should fix the issue.

  9. #509
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    Sure, since the shopping cart link is already using the style "noLine" you can style it however you want in the stylesheet. Try adding this to your stylesheet_header_menu.css:

    div#dropMenu li a.noLine {background-color:#d3bacd;}

    Of course using whatever color you prefer.
    Ok, that worked, however as strange as this is it only stays that way if something isn't in the shopping cart.
    I actually have another question not related but I am sure you will know what to do! My wordpress side box is missing the side frames. Where would this be?

    Thanks your awesome.....

  10. #510
    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 helpme View Post
    Ok, that worked, however as strange as this is it only stays that way if something isn't in the shopping cart.
    I actually have another question not related but I am sure you will know what to do! My wordpress side box is missing the side frames. Where would this be?

    Thanks your awesome.....
    In includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php, make sure the shopping cart section looks like this (see the class="noLine" in two places):

    Code:
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
                <li class="submenu"><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
                  <ul class="level2">
                    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
                  </ul>
                </li>
                <?php } else { ?>
                <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
                <?php } ?>
    I would contact the wordpress sidebox creator about that. IT looks like the wordpress sidebox is missing the usual zencart tag of :

    class="sideBoxContent"

    That is what controls the side frames in the template you are using.

 

 

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