IFrame problem/image link problem?
I'm making a website:
I've got this picture and i want it to change inside this iframe im using. i've found some things on google about iframes and ive followed all the instructions but none work.
"<a href="home.html"><img src="images/HOME.png" target="content" alt="" width="54" height="19" id="Home" style="border-style: none" /></a>"
(That's the image i want to link to the iframe)
"<iframe id="framename" src="home.html" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; name="content" ></iframe>"
That's the iframe.
When i click the image it just opens the file inside the iframe instead of changing the iframe's page?
Help!!!
Other Answers:
I've read this several times and am not quite sure what it is you want to do. A frame is basically a URL within a URL if that helps. It would help to actually see what it is you have, and know exactly what it is you are trying to do.
http://www.w3schools.com is your best friend for solving this problem.
0 коммент.:
Post a Comment