本文介绍了新手 - 评论滚动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,
我是代码的新手,我已经对客户端网站进行了更改,基本上只是html和css。他要求一些评论在侧面滚动上下。我该怎么办?这是否超出HTML和CSS - 它会是什么?
谢谢,
L Klyne
未在页面上生成评论。我有大约10条评论,我想不断滚动。
谢谢,
Hello,
I'm quite a newbie at code and i have made changes to a clients site that is basically just html and css. He has asked for some reviews to be scrolling up and down on the side. How should i do this? Is this beyond HTML and CSS - what would it be?
Thanks,
L Klyne
The reviews are not being generated on the page. I have about 10 reviews which i want to be constantly scrolling.
Thanks,
推荐答案
<marquee direction="up">This text will scroll from bottom to up</marquee>
写下你的评论在选框
标签内正确的HTML格式并检查输出。
-KR
Write down your reviews with proper HTML formatting within this marquee
tag and check the output.
-KR
这篇关于新手 - 评论滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!