重叠div上的Chrome鼠标拖放会将光标更改为不允许

时间:2013-08-26 17:39:31

标签: google-chrome html overlapping

Chrome会出错,ff不会出错。这就像我能得到它一样简单......

<html>
<body>
<div class="page">
</div>
<div class="page">
</div>
<style>
.page   {
    background-color:red;
    position:absolute;
    height:400;
    width:400;
}
</style>
</html>

在红色div内单击,拖动到div外部,重复,光标设置为不允许。

我正在尝试创建一个html书籍阅读器,我想要多个可拖动的重叠div。 Chrome会更改光标并终止div上的所有mousemove事件。有谁知道这个?

0 个答案:

没有答案