Page is a not externally linkable
birdbrain - 8:27 am on Apr 2, 2012 (gmt 0)
Hi there peeyush014pandey,
and a warm welcome to these forums. ;)
Use these...
/* Firefox 3.6+ */
background:-moz-linear-gradient( top,#4C5766 0%,#313841 99%);
/* Chrome10+,Safari5.1+ */
background:-webkit-linear-gradient(top,#4C5766 0%,#313841 99%);
/* Opera 11.10+ */
background:-o-linear-gradient(top,#4C5766 0%,#313841 99%);
/* IE6-9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4C5766',endColorstr='#313841')";
birdbrain