Im trying to put a CSS gradient effect on my websites menu buttons
Now ive got it working perfectly on Firefox but can get it to show on Chrome or Safari (havent checked IE as im on a mac)
Can someone help me iv been pulling my hair out all night, the code im using is below:
background-color: #343434;
background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), url("../images/nav-item-pattern.png");
background-image: -webkit-gradient(center top , rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), url("../images/nav-item-pattern.png");
appreciated guys
This post has been edited by prezaeis: 21 January 2012 - 06:17 AM
Help















