CZAR,
Я думал что градиент это что-то подобное. Причем это скрин сделан с css дива. Вот код, может кому надо =)
_________________________
<?php
background: #87e0fd;
background: -moz-linear-gradient(top, #87e0fd 0%, #5395ed 57%, #3707f9 84%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(57%,#5395ed), color-stop(84%,#3707f9));
background: -webkit-linear-gradient(top, #87e0fd 0%,#5395ed 57%,#3707f9 84%);
background: -o-linear-gradient(top, #87e0fd 0%,#5395ed 57%,#3707f9 84%);
background: -ms-linear-gradient(top, #87e0fd 0%,#5395ed 57%,#3707f9 84%);
background: linear-gradient(to bottom, #87e0fd 0%,#5395ed 57%,#3707f9 84%);
filter: progid

XImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#3707f9',GradientType=0 );
?>