如何在HTML网页中左右两边插入滚动图片,中间显示输入文字,求它的代码?

请写代码,不要灌水。谢谢!... 请写代码,不要灌水。谢谢! 展开
 我来答
n450098694
2011-08-24 · TA获得超过132个赞
知道小有建树答主
回答量:304
采纳率:0%
帮助的人:210万
展开全部
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<style type="text/css">
div{float:left;display:block; margin:0px; padding:0px;}
.quan{ width:900px; height:100px;}
.left{ width:300px; height:100px;}
.left img{ width:100px; height:100px;}
.mid{ width:300px; height:100px; text-align:center;}
.right{ width:300px; height:100px;}
.right img{ width:100px; height:100px;}
</style>
<body>
<div class="quan">
<div class="left"><marquee><img src="1.jpg"><img src="2.jpg"><img src="3.jpg"></marquee></div>
<div class="mid">输入文字部分</div>
<div class="right"><marquee><img src="1.jpg"><img src="2.jpg"><img src="3.jpg"></marquee></div>
</div>
</body>
</html>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式