Page 1 of 2 12 LastLast
Results 1 to 10 of 2344

Hybrid View

  1. #1

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

    A big thanks from me for your contribution here jettrue.

    I've got the menus roughly how I want them over at tupshup.com however, I cannot seem to align the menu text without knocking the fields out. For example I've tried:


    div#dropMenu ul ul li {
    border: 1px solid #696537;
    /*border-left:1px solid #000000; */
    width:99.4%;z-index:1000;
    padding-top: 1em;
    }

    But then in some of the sub menus the padded area is unhoverable. Any ideas? Forgive me but I'm still new to this so it'll no doubt be something simple.
    www.tupshup.com
    Zen Cart v138
    Ultimate SEO URL's - CSS Dropdown Menu's

  2. #2

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

    I've also tried various other commands in css such as text-align but it just knocks the field out along with the text.
    www.tupshup.com
    Zen Cart v138
    Ultimate SEO URL's - CSS Dropdown Menu's

  3. #3
    Join Date
    Nov 2007
    Posts
    71
    Plugin Contributions
    0

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

    I apologise if this has been covered, but I havent found anything of yet, isit possible to have each category on the menu to have a different width, for example... If I had

    Home : About Us : Questions and Answers : Gallery : Contact us

    At the moment the spacing for each category on the menu is exactly to whatever ive set the % in the CSS, but the questions and answers is too long and drops down a line making it look untidy. Instead of having the same width for each category no matter how long the description is, can I set a margin for each Category listed? So basically it would be the gap/margin between each category which I need to define rather than the actual box its in.

    Hope that makes sense
    Kind Regards
    Sam

    Just added an image of what I mean to make it clearer, I want to get the layout similar to the top, but because of the same width of category box, im getting the drop down....
    Last edited by sam_m; 23 Jan 2009 at 04:01 PM. Reason: Added image

  4. #4
    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 sam_m View Post
    I apologise if this has been covered, but I havent found anything of yet, isit possible to have each category on the menu to have a different width, for example... If I had

    Home : About Us : Questions and Answers : Gallery : Contact us

    At the moment the spacing for each category on the menu is exactly to whatever ive set the % in the CSS, but the questions and answers is too long and drops down a line making it look untidy. Instead of having the same width for each category no matter how long the description is, can I set a margin for each Category listed? So basically it would be the gap/margin between each category which I need to define rather than the actual box its in.

    Hope that makes sense
    Kind Regards
    Sam

    Just added an image of what I mean to make it clearer, I want to get the layout similar to the top, but because of the same width of category box, im getting the drop down....
    You can do this by removing the width percentages, and instead try messing with the left and right padding that looks like this:

    padding: .6em 0;

    (The 0 is the current left and right padding, the .6em is for the top and bottom padding)

  5. #5
    Join Date
    Jan 2008
    Posts
    139
    Plugin Contributions
    0

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

    Hello JetTrue...

    Just a brief question about security settings and your contribution (which I love, by the way).

    When I posed the question, one of the ZenCart gurus said that - for the entire site - I should set ALL folder permissions to 755, and ALL file permissions to 644.

    I assume I would use my host's file manager tool to do this recursively from the top-most site folder, but before doing so, I thought it would be prudent to ask the authors of the contributions I'm using how this would affect their mods.

    So, would performing such an activity have an adverse effect on the CSS Flyout menus?

    Thanks,
    -DBB1

  6. #6
    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 DBB1 View Post
    Hello JetTrue...

    Just a brief question about security settings and your contribution (which I love, by the way).

    When I posed the question, one of the ZenCart gurus said that - for the entire site - I should set ALL folder permissions to 755, and ALL file permissions to 644.

    I assume I would use my host's file manager tool to do this recursively from the top-most site folder, but before doing so, I thought it would be prudent to ask the authors of the contributions I'm using how this would affect their mods.

    So, would performing such an activity have an adverse effect on the CSS Flyout menus?

    Thanks,
    -DBB1
    I have no idea, sorry!

  7. #7
    Join Date
    Sep 2008
    Posts
    130
    Plugin Contributions
    0

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

    Hey jettrue, I've another question for you.

    I've been breaking my head trying to figure out who wrote that flyout menu addon, and I kept searching flyout and getting another one.

    Now, my memory has finally come back to me, I remember reading this thread when I was configuring the menu.

    I've moved servers, and it doesn't work as-is. I always expect things to break, so the old site is still running, I haven't switched the DNS over yet.

    The new static address is 77.68.43.14 and as you can see, the menu is not working.

    I am hoping that you can take one look at it and go "Oh! Of course, that's just the #### that needs to be #####."

    Otherwise, I'm looking at remodifying the classic template into http://store.persite.com - most of which I cannot remember how I did.

    So yea, lemme know if you know what's the issue. It definitely only seems to happen if I put the header_tpl files into place.

    -Tim
    <!-- just commenting -->

  8. #8
    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 yelow View Post
    Hey jettrue, I've another question for you.

    I've been breaking my head trying to figure out who wrote that flyout menu addon, and I kept searching flyout and getting another one.

    Now, my memory has finally come back to me, I remember reading this thread when I was configuring the menu.

    I've moved servers, and it doesn't work as-is. I always expect things to break, so the old site is still running, I haven't switched the DNS over yet.

    The new static address is 77.68.43.14 and as you can see, the menu is not working.

    I am hoping that you can take one look at it and go "Oh! Of course, that's just the #### that needs to be #####."

    Otherwise, I'm looking at remodifying the classic template into http://store.persite.com - most of which I cannot remember how I did.

    So yea, lemme know if you know what's the issue. It definitely only seems to happen if I put the header_tpl files into place.

    -Tim
    It's working for me in Camino and Firefox. Where is it not working for you? If its only in IE6, did you follow the .htaccess instructions?

  9. #9
    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 Chriswww View Post
    A big thanks from me for your contribution here jettrue.

    I've got the menus roughly how I want them over at tupshup.com however, I cannot seem to align the menu text without knocking the fields out. For example I've tried:


    div#dropMenu ul ul li {
    border: 1px solid #696537;
    /*border-left:1px solid #000000; */
    width:99.4%;z-index:1000;
    padding-top: 1em;
    }

    But then in some of the sub menus the padded area is unhoverable. Any ideas? Forgive me but I'm still new to this so it'll no doubt be something simple.
    What do you mean, align them? Align them with what? The menu looks fine to me.

  10. #10

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

    Vertical text alignment in sub menus, checkout the screen shot:



    My cursor is hovering over the highlighted menu, believe it or not :)
    www.tupshup.com
    Zen Cart v138
    Ultimate SEO URL's - CSS Dropdown Menu's

 

 
Page 1 of 2 12 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