我的网站是销售手机商店的样本。我的问题是,当我点击指向诺基亚的链接时,该html文档的正文将被置于当前页面下方,就好像它正在附加一样。在侧面说明我也有一个标题“loading ...”我在我的索引文件中找不到。
的index.html:
var el = document.getElementById('hide');
document.getElementById("foo").onmouseover = function() {
el.style.border = "5px solid red";
el.style.display = "block";
var position = event.clientX + 'px';
el.style.top = position;
};