问答详情
源自:3-8 企业网站制作之焦点图制作

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

<!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>

提问者:好好学习AA 2015-02-07 21:23

个回答

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

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