Page 60 of 235 FirstFirst ... 1050585960616270110160 ... LastLast
Results 591 to 600 of 2345
  1. #591
    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 bumba000 View Post
    Hi Jettrue,
    Think everything is in order. I would love to know how to make the first drop wider for longer cat names.

    was able to do it but then it overlapped the subcat1 that needs to be a little wider too.

    I know this is all css but im lost in the
    any help is greatly appreciated.

    Thank you,
    John
    There are three instances of 12em in stylesheet_header_menu.css. Make all of them wider, then it will work well. If you only change one or two, then you run into problems.

  2. #592
    Join Date
    Oct 2007
    Posts
    4
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    AHA!

    Remove text-align:center

    from #dropMenuWrapper

    in stylesheet.css

    PHEW, that was hard to find!
    That did it! Thanks a million!

  3. #593
    Join Date
    Oct 2007
    Location
    New Zealand
    Posts
    22
    Plugin Contributions
    1

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

    Hi, I am trying to implement this template into my bi-lingual test site (chinese/english). the url is = http://enjoyhotel.com.tw/dev/estore/ b
    As you can see, the title/dropdown names didn't appear correctly, would you pls advise on how to go about correcting this issue? many thanks!!

    great work on the template!

  4. #594
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    806
    Plugin Contributions
    0

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

    Very nice. Thanks Jettrue

    John

  5. #595

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

    This is a most amazing template, I love it. I do have a question. How does one go about commenting out certain header options? I notice that everytime I go to the "New Products" page, theres an error on the column to the right, so I just figured I'd comment out that page as its the only place the error shows up. And then I also would like to at this point in time disable the discount coupons page as I don't have anything like that setup right now. What are the best ways about going to this? I don't know anything about HTML really. Thanks. And again, great template!!

    https://www.thedidgmaster.ca/onlinestore

  6. #596
    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 cmku View Post
    Hi, I am trying to implement this template into my bi-lingual test site (chinese/english). the url is = http://enjoyhotel.com.tw/dev/estore/ b
    As you can see, the title/dropdown names didn't appear correctly, would you pls advise on how to go about correcting this issue? many thanks!!

    great work on the template!
    There are language files in this template, so if you're using more than one language, you'll need to make a copy of any english language files, copy them to the chinese folder, and of course change the text in the language file to be chinese.

  7. #597
    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 thedidgmaster View Post
    This is a most amazing template, I love it. I do have a question. How does one go about commenting out certain header options? I notice that everytime I go to the "New Products" page, theres an error on the column to the right, so I just figured I'd comment out that page as its the only place the error shows up. And then I also would like to at this point in time disable the discount coupons page as I don't have anything like that setup right now. What are the best ways about going to this? I don't know anything about HTML really. Thanks. And again, great template!!

    https://www.thedidgmaster.ca/onlinestore
    I wouldn't ignore that error. It seems to have something to do with your installation of a zen cart faq manager? I'd go to the support thread for that mod, and ask them for help. Just ignoring that sql error may get you into trouble in the future. From some reading in the Faq Manager thread, there seems to be a common problem with sql issues.... Are you using the latest version of Faq Manager? Also, before you get too far into developing this site, I'd install the latest version of Apple Zen, as well.

    To disable discount coupons, go to "Modules", "Order Total", and uninstall the Coupons module. It will disappear from the drop down menu.


    Here's a link to a section of the Faq Manager thread:

    http://www.zen-cart.com/forum/showth...e_added&page=9

    around thread #86, there begin to be some solutions offered, but again, I would post there if you haven't already.

  8. #598
    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 boriZ View Post
    first pic
    http://img221.imageshack.us/my.php?image=firefoxev8.jpg
    second pic
    http://img98.imageshack.us/img98/1675/ie7fv2.th.jpg
    third pic
    http://img233.imageshack.us/my.php?image=menuyh0.jpg

    Thanks for solving the first problem (with firefox)
    Now.. menu is really breaking into two lines (shoping cart is in new line) but it's not the main issue... the real problem is that when you go to any link (let's say Categories) the table is not entirely grey, so things behind are seen.
    edit:
    And yes, I'm using the latest dropdown menu.
    The issue is this:

    Code:
    li { background:url(../images/list_back.gif) repeat-x bottom; padding-left:12px; line-height:22px; color:#BDBDBD; }
    inside style.css, which says that EVERY list item, anywhere on the site, needs to have the little white dot, and 12px of left padding. The 12px of left padding is what is making the menu wrap.

    So, I would change the above to:
    Code:
    .columnLeft li { background:url(../images/list_back.gif) repeat-x bottom; padding-left:12px; line-height:22px; color:#BDBDBD; }
    so that this only occurs for things in the sideboxes, and not the whole site.

  9. #599
    Join Date
    Oct 2007
    Posts
    15
    Plugin Contributions
    0

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

    thanks for your fast help!
    Just 1 question left... Can I remove that little triangles in the menu and how?
    Last edited by boriZ; 28 Oct 2007 at 05:29 PM.

  10. #600
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    806
    Plugin Contributions
    0

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

    Quote Originally Posted by boriZ View Post
    thanks for your fast help!
    Just 1 question left... Can I remove that little triangles in the menu and how?
    boriZ
    if you are working on css drop menu here is your answer. . .
    in stylesheet_header_menu.css should be line 52 you'll find

    div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;}

    you need to place a /* before the line. it should look like this,

    /*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;}

    Hope this helps.
    John

 

 

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