好久没打网页程序了,标签和css 之类都忘的跟空白一样,花几天时间把丢掉的东西给捡起来。  

  附上 html+css+js 代码

html:

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 2 <html xmlns="http://www.w3.org/1999/xhtml">
 3 <head>
 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 5 <title>轮播图片</title>
 6 <link href="css/css.css" rel="stylesheet" type="text/css" />
 7 <script src="js/js.js" type="text/javascript"></script>
 8 </head>
 9 
10 <body>
11 <div id="container">
12     <div id="list" style="left: -600px;">
13         <img src="images/5.jpg" alt="1"/>
14         <img src="images/1.jpg" alt="1"/>
15         <img src="images/2.jpg" alt="2"/>
16         <img src="images/3.jpg" alt="3"/>
17         <img src="images/4.jpg" alt="4"/>
18         <img src="images/5.jpg" alt="5"/>
19         <img src="images/1.jpg" alt="5"/>
20     </div>
21     <div id="buttons">
22         <span index ="1" class="on"></span>
23         <span index ="2"></span>
24         <span index ="3"></span>
25         <span index ="4"></span>
26         <span index ="5"></span>
27     </div>
28     <a href="javascript:;" id ="prev" class="arrow">&lt;</a>
29     <a href="javascript:;" id ="next" class="arrow">&gt;</a>
30 </div>
31 </body>
32 </html>

更多相关文章

  1. 使用片段活动创建的ADT空白活动。
  2. 问题记录-Activity跳转后显示空白界面

随机推荐

  1. 和菜鸟一起学linux之DBUS基础学习记录
  2. 修复linux grub引导程序
  3. 正则将长数字转为英式写法(从后向前3个数
  4. Linux实用程序编写了一个matlab .mat文件
  5. 【精】Linux磁盘I/O性能监控之iostat详解
  6. Linux入门笔记之一:系统分区及挂载点
  7. ldconfig报错 :libstdc++.so.6.0.18-gdb.p
  8. linux下的C语言编程(总结篇)
  9. linux 的终端字体色和背景色的修改方法(三
  10. 操作系统的理念—以windows和linux为例