那个,就是那四张图片我想要竖着排版的,怎么编啊?
发布网友
发布时间:2022-05-23 13:51
我来回答
共5个回答
热心网友
时间:2023-10-23 17:31
<div id="demo0" style="overflow:hidden;height:400px; margin-top:10px; margin-bottom:10px;">
<div id="demo1" style="min-height:400px;_height:400px">
<img src="01.gif" width="100" height="40"><br>
<img src="02.gif" width="100" height="40"><br>
<img src="03.gif" width="100" height="40"><br>
<img src="04.gif" width="100" height="40">
</div>
<div id="demo2" style="min-height:400px;_height:400px"></div>
</div>
<script>
var speed=25
var demo0=document.getElementById("demo0");
var demo2=document.getElementById("demo2");
var demo1=document.getElementById("demo1");
demo2.innerHTML=demo1.innerHTML
function Marquee0(){
if(demo1.scrollHeight<=demo0.scrollTop)
demo0.scrollTop=0
else{
demo0.scrollTop++
}
}
var MyMar0=setInterval(Marquee0,speed)
demo0.onmouseover=function() {clearInterval(MyMar0)}
demo0.onmouseout=function() {MyMar0=setInterval(Marquee0,speed)}
</script>
————————————————————————————————————
<div id="demo1" style="min-height:400px;_height:400px">
<img src="01.gif" width="100" height="40"><br>
<img src="02.gif" width="100" height="40"><br>
<img src="03.gif" width="100" height="40"><br>
<img src="04.gif" width="100" height="40">
</div>这个DIV中间的内容是滚动内容,可以修改排版的的,这个是我修改过的来自:求助得到的回答
热心网友
时间:2023-10-23 17:32
你是在WORD里的吗?如果是,插入图片后,右键点击选择“设置图片格式”中的“版式”,选“紧密型”,用鼠标拖动放到你想放到的位置即可。
热心网友
时间:2023-10-23 17:32
ps
cd
ai
都可以
热心网友
时间:2023-10-23 17:33
我会,具体想学PM我
热心网友
时间:2023-10-23 17:33
photoshop 比较好