0

I have iframe inside another page. when clicked on image inside iframe, the popup will appears inside iframe. I need popup to show outside iframe.can I do this from css?

  • 2
    welcome to SO. Please, take your time to read http://stackoverflow.com/help/how-to-ask - help us help you! you can edit your question afterwards or post another one if this one gets closed. – Luca Jul 21 '15 at 13:59
  • i think that it cant be done by using just css – Vanojx1 Jul 21 '15 at 14:00

1 Answers1

1

Not with CSS, but it should be possible using JavaScript if that's any use?

Calling a parent window function from an iframe

Community
  • 1
  • 1
beterthanlife
  • 1,668
  • 2
  • 18
  • 30