myfocus 这样弄为什么到浏览器里画面不动

来源:3-8 企业网站制作之焦点图制作

好好学习AA

2015-02-07 21:23

<!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=utf-8" />
<title>无标题文档</title>
<script src="html/js/myfocus-2.0.1.min.js" type="text/javascript"></script>
<script src="html/js/mf-pattern/mF_YSlider.js" type="text/javascript"></script>
<link href="html/js/mf-pattern/mF_YSlider.css" type="text/css" rel="stylesheet" />
<script type="text/javascript">
myFocus.set({
	id:'picbox'
	})
</script>
<style type="text/css">
.ad{
	height:310px;
	overflow:hidden;
	}
</style>
</head>
<body>
<div class="ad" id="picbox">
 <div id="pic">
 <img src="html/images/ad2.jpg" />
 <img src="html/images/ad3.jpg" />
 <img src="html/images/ad4.jpg" />
</div>
</div>
</div>
</body>
</html>
写回答 关注

1回答

  • 在路上_0025
    2015-12-17 20:09:07

    myfocus是依赖与jquery的你要先引入jquery才行

企业网站综合布局实战

本课程重点介绍HTML/CSS实现常见企业网站布局的方法

157042 学习 · 1984 问题

查看课程

相似问题