当包裹在跨度中时,可拖动对象会隐藏外部内容
有一个简单的 CSS 问题
我在这个网站中 http://web.cinaird.se/ pdf/test.htm (<--removed) 我在顶部内容中有一个可拖动的图像,我想要一个浮动在图像顶部的跨度,为此我需要一个包含图像和漂浮在顶部的跨度。这么久没问题,但现在当我拖动图像时,它隐藏在顶部内容之外。
所以我的问题如下,如何将图像和浮动范围包裹在上面,并且仍然能够将其拖动到容器之外。
I have a simple CSS problem
In this site http://web.cinaird.se/pdf/test.htm (<--removed) I have a draggable images in the top content, I want a span that float on top of the image and for this I need a span containing the image and a span floating on top. So long no problem but now when i drag the image it hides outside the top content.
so my question is as follows, how can I wrap a image and a floating span above and still be able to drag it outside the container.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要更改
为
,以便元素的父容器将是主体
you need to change
to
so the element's parent container will be the body