Search found 1 match

by sivaprasad222
Fri Nov 02, 2018 2:41 am
Forum: Computer Topics
Topic: Make iframe click-through, but not the iframe's body
Replies: 1
Views: 6114

Make iframe click-through, but not the iframe's body

How can I make an iframe click-through, but make that iframe's body still be clickable? I tried: iframe.style.width = '100%' iframe.style.height = '100%' iframe.style.display = 'block' iframe.style.position = 'fixed' iframe.style.backgroundColor = 'transparent' iframe.style.pointerEvents = 'none' if...