Not sure if the title explains itself, but probably not!
Anyway, I have 50 divs and I would like to set the background color from White to Dark Yellow. The first div would be white and the last dark yellow.
The RGB value for white is 255, 255, 255 The RGB value for dark Yellow is 227, 151, 4
How could I do that with javascript (jQuery) so iterate through each div and make it gradually get darker?
Here's a screen shot Thanks a lot