Issue
When I drag and drop an element on my page the element becomes "ghosted". Basically it gets some transparency value.
Is there some way to make it opacity: 1;
?
Solution
It looks like it can't be done. The dragged element is put into container that has it's own, lower than 1, opacity. This means that while you can lower the opacity of the dragged element you can't get it higher than the opacity of the encapsulating element.
It might be possible to override default browser settings for such element, but since nothing is added to DOM during the drag it would be very tricky at best.
Answered By - c2h5oh
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.