I would like to generate multicoloured text for various links, with a random assignment of colours to individual letters, from a pre-specified array of colours, which would change on hovering over the div with the text in. I am thinking a jQuery plugin/script would be the way to go.
I am wondering if such a plugin, or a close approximation, exists.
Thanks,
Nick
Ok i whip up an example using jquery.
first your text
then the javascript:
Heres the jsFiddle Example
Note: i did not do the hover but I guessing you can take it from here 🙂