CSS Pie not working with correct path to file
I'm trying to use CSS PIE in my website, but for some reason it's not working. My folder structure looks like this: And my CSS like this: .region-sidebar-first-inner .block-menu-block-1 { background: #730868; margin-bottom: 70px; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#730868), to(#0a9f9d)); background: -webkit-linear-gradient(top, #730868 0%, #0e70a2 76%,#0a9f9d 100%); background: -moz-linear-gradient(top, #730868 0%, #0e70a2 76%,#0a9f9d 100%); background: -ms-linear-gradient(top, #730868 0%, #0e70a2 76%,#0a9f9d 100%); background: -o-linear-gradient(top, #730868 0%, #0e70a2