- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我正在使用选取框来显示我网站上的仪表板,选取框标记写为:
<marquee loop="infinite" behavior="scroll" direction="up" scrollamount="1" height="500" width="500">
.............
.............
</marquee>
如您所见,字幕内容从下向上滚动。
When I hit the URL from browser, the place where marquee is used look empty and then the marquee content start coming from the bottom.
我想要的是字幕内容应该从中间开始,而不是从底部开始。
最佳答案
<marquee>
元素没有这个功能。有一些使用 CSS3 创建选取框的建议,但这些建议远未确定。
所以唯一真正的选择是用 javascript 编写一个。
关于html - 跑马灯应该从中间开始?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9887497/
我使用 docker save : > image.rar 导出图像,然后使用 docker import image.rar 将其导入另一个系统。 我可以在运行 docker image ls 时看
我不知道我的设置有什么问题: siegfried@ubuntu:~/chef-repo$ knife ssh -a ipaddress 'name:chefnode' 'uptime'
我有 Pig 脚本和用 Node.js 编写的示例应用程序。我只想从 Node.js 运行 Pig 脚本。 最佳答案 我没有使用过 node.js。但在这里我找到了一个链接来展示如何在 node.js
我正在为需要使用 distutils.extension 编译的某些代码构建docker镜像。我有一个运行python setup.py build_ext --inplace的Makefile。 我
我是一名优秀的程序员,十分优秀!