View Full Version : I Frames
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.
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>
Ok. Thank for your help.:thumbsup:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.