Page 20 of 235 FirstFirst ... 1018192021223070120 ... LastLast
Results 191 to 200 of 2345
  1. #191
    Join Date
    Sep 2006
    Location
    Derby UK
    Posts
    99
    Plugin Contributions
    0

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

    Hi.

    Been waiting for an opportune moment to raise my question, but about to "shut down" for the night so will ask it now.

    If you take a look here http://www.appliancesfirst.co.uk you will see my problem. There is a "box" to the right hand side of the menu which not required. How do I get rid of this?

    I thought this question had been answered already in this thread, but have been backwards and forwards all day trying to find it so I appologise if I missed it somewhere.

    regards
    Crazy



  2. #192
    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 darkswan View Post
    That's just it, I did not alter the code at all, I simply put the files where instructed. The files in:

    includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and includes/templates/YOUR_TEMPLATE/sideboxes/tpl_ezpages_drop_menu.php

    are exactly the same files in your module zip file.
    Somewhere along the line it was added somewhere. When I look at the source of your page there's a <div> before Discount Coupons and a </div> after reviews.

    Check also in the "Tools", "EZpages" and make sure that its not there with the internal links?

  3. #193
    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 Still Crazy View Post
    Hi.

    Been waiting for an opportune moment to raise my question, but about to "shut down" for the night so will ask it now.

    If you take a look here http://www.appliancesfirst.co.uk you will see my problem. There is a "box" to the right hand side of the menu which not required. How do I get rid of this?

    I thought this question had been answered already in this thread, but have been backwards and forwards all day trying to find it so I appologise if I missed it somewhere.

    regards
    Its not a box, its the left-over chunk of the menu. You can change the width of the menu in the stylesheet_header_menu.css. I think about 55em would be close. Then you can open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and change the shopping cart line to this:

    <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>

    Then you could add this to the same stylesheet:

    div#dropMenu li a.noLine {padding-right:0;border:none;}

  4. #194
    Join Date
    Sep 2006
    Location
    Derby UK
    Posts
    99
    Plugin Contributions
    0

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

    Hi Jade, many thanks for helping me out.

    That's just about cracked it, apart from a small line to the right of the "Shopping Basket" when you hover over it, this looks a little strange when there is something in the basket as the white border shows too, making it look detatched. I'm sure that with a little more playing i can solve this bit. To be honest, most people wouldn't notice it [or care] but when your focus is on a small area of the website everything seems like a problem!

    Thanks again and enjoy the rest of the.....Oh, its Monday already!
    Crazy



  5. #195
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

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

    Quote Originally Posted by Still Crazy View Post
    Thanks again and enjoy the rest of the.....Oh, its Monday already!
    Don't worry about the box too much - I think you should concentrate on your "sale" prices...

    Was: £286.00
    Now: £411.25
    Save: -44% off

  6. #196
    Join Date
    Jul 2006
    Location
    Toronto, ON
    Posts
    87
    Plugin Contributions
    0

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

    I'm hacing a problem with the menus in earlier IEs. The dropdown menu displays behind the category filter menu. I've enclosed a pic, and you can view a test site here.
    Attached Images Attached Images  

  7. #197
    Join Date
    Sep 2006
    Location
    Derby UK
    Posts
    99
    Plugin Contributions
    0

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

    Quote Originally Posted by paul3648 View Post
    Don't worry about the box too much - I think you should concentrate on your "sale" prices...
    Well spotted!

    The sale prices are supposed to put people off buying as the site is not yet live. So far its working very well
    Crazy



  8. #198
    Join Date
    May 2007
    Posts
    2
    Plugin Contributions
    0

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

    I'm having an issue in IE7 only (firefox, opera work fine) where the drop down menu along with my category sidebox are laying over top of my header image. Any help would be appreciated.

    http://www.fotonow.ca/test

  9. #199
    Join Date
    May 2007
    Posts
    2
    Plugin Contributions
    0

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

    disregard the last message, realized i mistyped my height in the stylesheet.

  10. #200
    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 Still Crazy View Post
    Hi Jade, many thanks for helping me out.

    That's just about cracked it, apart from a small line to the right of the "Shopping Basket" when you hover over it, this looks a little strange when there is something in the basket as the white border shows too, making it look detatched. I'm sure that with a little more playing i can solve this bit. To be honest, most people wouldn't notice it [or care] but when your focus is on a small area of the website everything seems like a problem!

    Thanks again and enjoy the rest of the.....Oh, its Monday already!
    I'm not sure if I'm seeing what you're seeing, but in includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css, try moving:

    background:#4484B2;

    from div#dropMenu ul.level1


    to div#dropMenu li

 

 

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