求一个JS滚动图片和文字

来源:百度知道 编辑:UC知道 时间:2024/06/17 00:31:07
要求兼容目前IE6.0 7.0 8.0 火狐 chrome opera等。
div+css
┏━━━━━┓ ┏━━━━━┓ ┏━━━━━┓
┃图片1 ┃ ┃图片2 ┃ ┃图片3 ┃
┗━━━━━┛ ┗━━━━━┛ ┗━━━━━┛
文字1 文字2 文字3
小菜一个,高手跟我修改好打包发给我吧,明天来收答案,今天下班了。909317933@qq.com

我发了。

你会满意的, 记得加分。

<-->

自己找找 最好找jquery的

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>带缩略图响应鼠标滑过图片切换</title>
<style type="text/css">
* { margin:0; padding:0; word-break:break-all; }
body {
font:12px/1.6em Helvetica, Arial, sans-serif;
margin: 0px;
}
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#0287CA; text-decoration:none; }
a:hover { text-decoration:underline; }
ul, li { li