我不能为我的生活弄清楚为什么这个脚本不能在我的网站上运行但它正在使用JSFIDDLE
这是我当前在JSFiddle中工作的脚本
以下是我正在尝试设计的网站的链接
http://blog.redeyeproject.com/WebForm1.aspx
基本上我想要完成的是在我的视线模拟windows phone 7的dragscroll
或那些不知道然后是iPhone的人
答案 0 :(得分:1)
对于我在您网站上看到的内容,您不会包含所需的CSS。
#scrollareax {
width:350px;
height:350px;
overflow:hidden;
position:relative;
cursor:pointer;
}
#wrapperx
{
background-image: url("img/wp7.png");
background-repeat: no-repeat;
width: 800px;
height:1500px;
margin-left: auto;
margin-right: auto;
position:relative;
}