Jump to content

Need help with a simple question.

- - - - -

  • Please log in to reply
1 reply to this topic

#1
JohnW2010

JohnW2010

    Newbie

  • Members
  • Pip
  • 1 posts
Is it possible to hover an image over an i-frame?

I have pulled an order form iframe from another server but wish to cover the originators Logo and name at top of the iframe with an image
of my own. Is this possible?

Thank you!

Edited by JohnW2010, 18 March 2011 - 07:48 PM.


#2
xx3004

xx3004

    Newbie

  • Members
  • PipPip
  • 13 posts
If you use jQuery:

$("#iframeID").contents().find("selector of image").attr("src", "Link of image");

If not, I suggest [didn't test yet]:

document.getElementById("iframeName").contentWindow.document.getElementById("Image ID").src="Image link";

Regards,
[x]




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users