Marquee suggestions for HTML web page
i want to put a marquee on my web, i only now to methods to do that:
Html > tab Flash > a simple actionscrip开发者_运维知识库t
But, dont you know a better method to do that? with jquery maybe. Thanks for your recomendation.
Have a look at the jQuery Marquee Demo page. Seem to work pretty good.
Although deprecated, the marquee tag is still widely supported by most browsers. I would advise against using any kind of marquee personally, but try the marquee HTML tag. http://www.htmlcodetutorial.com/_MARQUEE.html
The advantage of using the native marquee tag is that you'll get better performance than jQuery unless your page is going to have hundreds of them showing at once.
精彩评论