开发者_JS百科
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this questionI need Continuous Image marquee in HTML in horizontal direction. I got the code for text marquee it is working , but not for images. Thanks in advance.
Continuous text marquee link: http://www.dynamicdrive.com/forums/showthread.php?t=28742
1- Do not use marquee.
2- ?
3- Profit !
If you really have to, try to use a jQuery alternative or another kind of UI
Can I ask what for?
I would suggest against using the marquee all together, it's extremely dated and in my opinion looks tacky. I'm pretty sure you can't use it for images either.
If you want scrolling images I would point you in the direction of JQuery. Maybe something like this would be better: http://sorgalla.com/jcarousel/
精彩评论