• made a minor color change in MENU background color, and Firefox is good, but IE11 and Chrome not so.
    would like to know if this is normal, or is another adjustment necessary ?
    website: https://www.mystic-wicker.com
    theme; smpl skeleton child theme
    here is style.css child theme code:

    /* LINE 224 ORIGINAL adjusts menu
    #navigation ul {
        background: transparent -moz-linear-gradient(270deg, #fcfcfc, #ececec) repeat scroll 0 0;
        border-color: #eaeaea #f5f5f5 #f5f5f5;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        position: relative;
        width: 100%;
    } */
    /* LINE 224 ADJUSTED */
    #navigation ul {
        background: transparent -moz-linear-gradient(270deg, #EDE4C9, #EDE4C9) repeat scroll 0 0;
        border-color: #eaeaea #f5f5f5 #f5f5f5;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        position: relative;
        width: auto
    }

    note: before change, background color was light grey in Firefox & Chrome, and White in IE11

Viewing 5 replies - 1 through 5 (of 5 total)
  • I would probably replace background with background color and use HTML codes.

    #navigation ul {
         background-color: #000000;
    }

    have you cleared the browser cache in each of the browsers?

    Thread Starter lewis

    (@wkrstr0075)

    your replies are appreciated.
    yes, the cache is cleared on a regular basis.
    will try the code change.
    am assuming from your response that the menu should
    appear similar in all browsers ?

    Thread Starter lewis

    (@wkrstr0075)

    replaced background with background color, which showed IE now good;
    firefox reverted to white #fefefe ; chrome showed grey #ececec

    put both background and background color in, which showed both IE and firefox now good; chrome stayed grey #ececec

    making progress with this; cleared chrome cache again, so not sure
    why chrome does not respond.

    Thread Starter lewis

    (@wkrstr0075)

    topic resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘style.css changes only show in Firefox, not IE or CHROME’ is closed to new replies.