background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b1b7b6), color-stop(1, #CCC) ); 

this works fine -moz linear center top ... i want to do same thing and color with -moz-linear, -o-linear, -ms-linear....


/*Safari, google chrome*/
    background:-moz-linear-gradient(center top, #b1b7b6 5%, #CCC 100% ); /* Mozilla, gecko */
    background: -o-linear-gradient(center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% ); /* Opera 12.0 */
    background-image: -ms-linear-gradient(#063053,#395873,#5c7c99); /* Internet Expolor */

gradient ganerator best idea

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.