Page 112 of 235 FirstFirst ... 1262102110111112113114122162212 ... LastLast
Results 1,111 to 1,120 of 2345
  1. #1111
    Join Date
    Sep 2004
    Location
    Murfreesboro, TN
    Posts
    588
    Plugin Contributions
    0

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

    Learning is a good thing :o)

    The only other thing I can (take a stab at) is in your header_menu.css look for:

    div#dropMenu li a {
    display: block;
    /* Hides from IE5-mac \*/
    height: 1%;
    /* End hide from IE5-mac */
    padding: .6em 0;
    text-decoration: none;
    text-transform:uppercase;
    color:#ffffff;
    text-align:center;
    border-right:1px solid #ffffff;
    }

    Not sure what that height: 1%; controls. Other than that you may have to either do the things I suggest with Firefox in my previous post or maybe jettrue will check in in a couple of days.

    Sincerely,

    0be1
    "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley

  2. #1112
    Join Date
    Jul 2008
    Posts
    10
    Plugin Contributions
    0

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

    Maybe the problem is that the image is set as a background and not just an image. I don't know enough about CSS to fix the problem.

    Ocean

  3. #1113
    Join Date
    Jun 2008
    Location
    Toronto
    Posts
    27
    Plugin Contributions
    0

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

    oceanturqiri:

    I would take a look at what that pesky '.back' style element is doing to your header but take note that if you change it, it will change other nav elements in in the footer and possibly other areas so keep an organized backup of your style sheet.

    try searching for "ie whitespace bug" in google if you have gaps and spaces above or below the menu in ie but not in firefox. usually the fix involves a negative margin or padding value to be added somewhere like {padding-top: -3px} . try not to get used to that hack in regular style sheet building, there's usually a proper solution although this menu does cause ie to have this this issue often enough.

    I have a question for the forum.


    Has anyone added a timeout on this menu so your mouse doesn't miss the sub-categories? When the drop-down rows are skinny, you have to be nimble and quick with the pointer. I've seen some javascript stuff out there but maybe someone has already done the edits already?

  4. #1114
    Join Date
    Jul 2008
    Posts
    10
    Plugin Contributions
    0

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

    Thank you for all of the responses. I hate to be a pain, but the problem isn't with IE, it is with firefox. There is an annoying white space that shows up in firefox, but not in IE, above the image and I don't know how to get rid of it.

    http://thejubileemarket.infostampede.com/catalog

    Thanks,

    Ocean

  5. #1115
    Join Date
    Jun 2008
    Location
    Toronto
    Posts
    27
    Plugin Contributions
    0

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

    yup, try temporarily disabling that 'back' element for the firefox issue and see where you go from there.

  6. #1116
    Join Date
    Sep 2004
    Location
    Murfreesboro, TN
    Posts
    588
    Plugin Contributions
    0

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

    Ocean;

    Go down to the #headerWrapper, #contentMainWrapper, #logoWrapper,etc. section and breakout the #headerWrapper section like so. Change the color to anything you like other than #ffffff (as that is white) save, and reupload your css file.

    #headerWrapper {

    background-color: #000000;

    }

    Again, be sure to make a back up first. Again I hope this helps.

    Sincerely,

    0be1
    "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley

  7. #1117
    Join Date
    Jul 2008
    Posts
    10
    Plugin Contributions
    0

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

    Hello Obe1,

    I am sorry, but that did not help.

    I changed the mainWrapper background-color to #FFECB3 so that you can see what is happening.

    I also changed the #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    color to #000000; (it used to be white).

    I greatly appreciate your time and your help.


    Ocean

    http://thejubileemarket.infostampede.com/catalog

  8. #1118
    Join Date
    Sep 2004
    Location
    Murfreesboro, TN
    Posts
    588
    Plugin Contributions
    0

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

    Ocean;

    That actually looks pretty good, I like it!!! (but hey, it's not my site ;o)

    If you actually noticed my last post though it said to modify the #headerWrapper only which controlled the white part at the top.

    Either way and whatever works for you :o)

    Sincerely,

    Shawn
    "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley

  9. #1119
    Join Date
    Jul 2008
    Posts
    10
    Plugin Contributions
    0

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

    Hello Shawn,

    I should have mentioned that I did change the #headerWrapper... to 990099 to match the nav buttons. So it did work to eliminate the white space at the bottom of the buttons. I am so focused on that blasted space at the top of the image that I didn't give you credit for fixing the bottom bit. Anyway, I changed it to 000000, so that you can see the effect.

    I also wanted to mention that I wasn't having this problem until I installed the dropdown menu, so it changed something.

    Thank you for liking the new color scheme: ) I am putting this site together for a friend who is starting this ministry. She likes white, but I'll mention it to her.

    Thanks again.

    Ocean

  10. #1120
    Join Date
    Sep 2004
    Location
    Murfreesboro, TN
    Posts
    588
    Plugin Contributions
    0

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

    Ocean;

    What about this to stay consistent with the rest of the color scheme:

    Search for h2.centerBox in your stylesheet.css

    h2.centerBoxHeading {
    font-size: 1.3em;
    color: #000000;
    background-color: #990099; // I added this line and matches your other color purple.
    }


    Just a thought ;o)

    Keep up the good work!!!!

    Sincerely,

    0be1
    "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley

 

 

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