Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个选取框,当文本从一侧退出并显示在另一侧时
就像我有类似的代码
<marquee behavior="scroll" scrollamount="1.5">Hello World</marquee>
当第一个字母隐藏它进入左侧时,它显示 Hello World 从左向右移动,然后我希望我不再隐藏它从左侧开始。就像 H 从左侧隐藏然后 H 显示在右侧。
放
选框行为=“替代”>
要解决这个问题...
试试这个
<marquee behavior="alternate" >Heloo welcome</marquee>
演示http://jsfiddle.net/XAzv5/