flying text in a clockwise type in an image
I would like to know if it's possible to change a text in an image like fading out and fading in using HTML开发者_JAVA技巧?
I would like to ask your help, I have an image and 10 text. And I would like to ask your help how to have the text flying in clockwise. Would this work with jQuery?
You will probably need to use jQuery or some sort of javascript to get the fading part. Google for a plugin. But the text is just the tag in the image declaration:
<img src="url here" alt="text that you want to display"/>
If that is what you are talking about.
If however you are talking about having an image of text and wanting to change that text (two another image) then jQuery fadeIn/fadeOut will do the trick: http://api.jquery.com/fadeIn/
精彩评论