Well, I'll try to explain the best, what I intend to do:
I have a div with the border id, which actually serves as the border.
I want to do a jQuery effect, run color-changing, from top to bottom, that is, it's red, then it gets orange, yellow, green, etc ...
Basically it is to make the div change color with fade and run ...
How can I do this?
Thank you.