Gradient not working in Safari
问题 My gradient isn't working in Safari for some reason. It works on all the other browsers including IE but not safari. Does anyone know the solution to this? Thank you #menuwrapper { width: 100%; height: 50px; margin: 0; clear: both; background: #2c3a54; background: -moz-linear-gradient(left, #1f2b42 2%, #2a3c5d 29%, #2a3c5d 70%, #1f2b42 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(2%,#1f2b42), color-stop(29%,#2a3c5d), color-stop(70%,#2a3c5d), color