Page 214 of 235 FirstFirst ... 114164204212213214215216224 ... LastLast
Results 2,131 to 2,140 of 2345
  1. #2131
    Join Date
    May 2006
    Posts
    7
    Plugin Contributions
    0

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

    Hello. The contribution is very much needed and appreciated. I have searched the knowledgebase and details of all php programs and came up short

    I am using version 3.9 I have looked in the faq with no resolve

    I have a new website i have incorporated the contribution to called http://www.uniformdesignz.com

    the problem i am experiencing is i can not have multiple rows without an error and the tabs repeating 2x

    if i copy the html for the home page into sharepoint editor I have to add a <br <class=clearboth>> to get the second and third row to show properly and i can not find the proper php program to add that code to

    Maybe you know a different way to accomplish this

    it seems that when the 7th tab is generated that it loses its control to show multi row menu tabs

    Any assist would be appreciated.

  2. #2132
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

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

    Is it possible to individually style each drop down menu in IE7 I've managed to come up with a solution in ff, IE8 & Chrome which I posted here a couple of months ago.

    Thanks

  3. #2133
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    Soniccc, I'm pretty covered up right now, so if you don't find a solution I'll try to help you on it, but it will probably be a few days.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #2134
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    petronew, after looking at your site, I take it you've got your problem resolved?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #2135
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

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

    Quote Originally Posted by Get Em Fast View Post
    Soniccc, I'm pretty covered up right now, so if you don't find a solution I'll try to help you on it, but it will probably be a few days.
    Appreciate it! I'll see what I come up with. Thanks.

  6. #2136
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

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

    IE7, while much better than IE6, still has a bunch of CSS bugs and unsupported properties. Things that can be handled in all modern browsers with one line in a stylesheet will require some javascript or other special handling to accomplish in older IEs.

    Google for a generic description of the issue you have, and it is likely that someone has an answer for it.

  7. #2137
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    Quote Originally Posted by Soniccc View Post
    Appreciate it! I'll see what I come up with. Thanks.
    Soniccc,

    Hey...........I'm still covered up, but in the mean time, maybe I can point you in the right direction, anyway...........

    In your stylesheet_categories_menu.css, you can change the background of each LEVEL by editing:

    div#dropMenu ul.level2 {background: red;}
    div#dropMenu ul.level3 {background: green;}
    div#dropMenu ul.level4 {background: blue;}
    div#dropMenu ul.level5 {background: yellow;}

    and so on.

    Now, keep in mind that these are the UL containers, and the LI's and A's reside on top of these, so you may have to make all your LI's and A's have transparent backgrounds in order to see the UL's background(s)..............make sense?


    ..........anyway.............back to the Rat Race.............Just though I'd drop in for a sec. Hope this helps you some, anyway, soniccc.



    EDIT: Well, okay................for some stupid reason, I just now realized that you had it all worked out except for IE7...........so you already know everything I told you above...............

    Hmmmmmmm.............IE7, huh? I've never had too much trouble getting this menu styled in any browser................IE6 always seemed to be the culprit.............not IE7.
    Have you tried the IE Stylesheets, I suppose?

    You got a URL for us?
    Last edited by Get Em Fast; 16 May 2011 at 07:39 AM.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #2138
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

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

    Yup, I've tried the IE stylesheets, but I'm probably configuring something wrong. It doesn't look horrible, but it just doesn't look good either. I don't know if it's worth spending the time trying to correct it (although I would love to). I just had a look at this: http://www.w3counter.com/globalstats.php. If the stats are correct, more than 50% of browsers are other then IE and only 8.5% accounts for ie7. Maybe those users should be left alone enjoying the full privilege of the great (dis)benefits this browser brings to it's users..

    Thanks to both of you for looking at it
    Last edited by Soniccc; 17 May 2011 at 05:29 PM.

  9. #2139
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

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

    That would be my take on it. As long as it functions correctly, unless your customer population is skewed to old browsers, I wouldn't worry about making IE7 look perfect.
    Now just waiting until we can say the same about IE8, so CSS3 goodies can be widely used without tripling the work to backport their effects to older IE...

  10. #2140
    Join Date
    Jul 2010
    Posts
    35
    Plugin Contributions
    0

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

    I want to increase the height of my nav bar, how do I do this?

 

 

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