# JSBmanD (09.10.2013 / 10:39)*{
Как можно без картинки сделать плавно переходящий цвет в дивке?
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}