与融合图重叠
当我在 FusionChart 控件上拖动元素(DIV 或 SPAN 或任何元素)时,可拖动元素会消失。有时,这些元素位于 FusionChart 下。我需要将元素拖动到 Fusion Chart 控件上。在这里,我使用 jQuery 进行拖放。我正在拖动文本。解决办法是什么?
While I drag an element (DIV or SPAN or any ), over the FusionChart control, the draggable element disappears. Sometimes the elements comes under the FusionChart. I need to drag the element over the Fusion Chart control. Here I am using Drag and Drop using jQuery. And i am dragging a text. What is the solution ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 SWF 的 wmode 参数设置为“透明”。
示例代码此处。
Set the SWF's wmode parameter to "transparent".
Example code here.