Menu not dropping down

Forums Forums Menus Menu not dropping down

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #3928

    It seems that the resetting of that background isn’t correctible later. So to get around it, you can’t specify background:transparent on a LI via a general reset.

    Below is a new reset.css file which keeps everything identical to how it was before, but removes [b:1kboafzf]only[/b:1kboafzf] the background:transparent from the LI tags.

    [code:1kboafzf]/* http://meyerweb.com/eric/tools/css/reset/ */
    /* v1.0 | 20080212 */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }
    li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: ”;
    content: none;
    }

    /* remember to define focus styles! */
    :focus {
    outline: 0;
    }

    /* remember to highlight inserts somehow! */
    ins {
    text-decoration: none;
    }
    del {
    text-decoration: line-through;
    }

    /* tables still need ‘cellspacing="0"’ in the markup */
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }[/code:1kboafzf]

    I’ve tested this in IE6, IE7, IE8, FF3, Opera, Chrome and it seems to be working fine.

    Sorry for not picking up on the problem earlier. I have a bad feeling I was looking at the wrong site when I left my earlier comment <img decoding=” title=”Sad” />

    #3929
    grd_eggs
    Member

    Thanks Ryan for keeping this posted.  Will check back again in the AM.

    #3930

    Er, did I make it clear that I have already solved the problem already?

    You just need to replace the reset.css file with the one above.

    #3931

    I received your email and have replied to it. Hopefully it actually gets through this time!

    #3932
    grd_eggs
    Member

    Ryan, I tried to add: "#suckerfishnav li {background:none}"
    but it didn’t work yet…

    #3933

    Hi,
    I guess I haven’t explained this very well. The answer was in my post at the top of this page.

    [b:27wndeda]New explanation:[/b:27wndeda]
    There is a file in your theme called reset.css, it is that file which is causing the problem. Open it in a text editor, then replace the contents with the following code (which is almost identical, but doesn’t apply background:transparent to the LI tags).

    [code:27wndeda]
    /* http://meyerweb.com/eric/tools/css/reset/ */
    /* v1.0 | 20080212 */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }
    li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: ”;
    content: none;
    }

    /* remember to define focus styles! */
    :focus {
    outline: 0;
    }

    /* remember to highlight inserts somehow! */
    ins {
    text-decoration: none;
    }
    del {
    text-decoration: line-through;
    }

    /* tables still need ‘cellspacing="0"’ in the markup */
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    [/code:27wndeda]

    #3934
    grd_eggs
    Member

    I apologize, but I failed to see the "2nd" page on this thread since the number was a small font, I missed it…
    That is why I couldn’t see your replies after a few comments.

    I have removed the background: transparent from reset.css and it works now.

    You have exceeded my expectations again.
    Thank you again for your help!

    #3935

    Ah, that explains it! I couldn’t understand why you kept emailing and posting here asking for help when I’d already answered it.

    Hopefully you got it done in time. I recall you saying you needed it done by Saturday (or I’m confused with someone else – which is possible).

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.