style.css changes only show in Firefox, not IE or CHROME
-
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)
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.