I want to make a word to fade es. from red to white. Not background! I post here (in php forum) but if exist another way (javascript, css) you can post here.
penders
10:41 pm on Oct 13, 2008 (gmt 0)
If you want this animated then you need to use JavaScript (to change the style of the text) and so you are likely to get a better response from the JavaScript Forum [webmasterworld.com]. Bear in mind that JavaScript runs in the browser on the users computer. PHP only runs on the server which is usually a long way away!
However, if you wanted to create a static image where a word faded across the image from red to white then this could possibly be done with PHP. But I'm guessing you want the animated JavaScript version?!