PDA

View Full Version : I Frames


Domi
07-21-2006, 09:21 AM
Can someone give me a link or the code to find or get I frames for me site. I really need them.


- thanks, Domi

cazeroline
07-21-2006, 10:05 AM
<iframe src="apagewithyourflashonit" style="position:relative;z-index:0;" width="xx" height="xx" frameborder="0" scrolling="no"></iframe>

This was a reply to a previous post I'd made regarding Flash + drop down menu problems.

Domi
07-21-2006, 02:39 PM
Thanks for the help but now I need help putting it onto my site. I would like to click on any link and make it go in the I frame. But at the moment it doesnt why...

thesmart1
07-22-2006, 02:27 AM
Try putting a name attribute in the iframe and a target="thenameoftheiframe" attribute in the link.

Like this:

<iframe src="pageurl.html" name="nameofiframe" style="position:relative;z-index:0;" width="xx" height="xx" frameborder="0" scrolling="no"></iframe>

<a href="targeturl.html" target="nameofiframe">Link</a>

Domi
07-23-2006, 12:01 PM
Ok. Thank for your help.:thumbsup: