20 January 2009, 01:56 UTC#1
OK I want to set up an I frame so that when yo lick the buttons on
http://rikkilovejoy.com, the page opens in the iframe. I used to remember how to do this and also had my old websites as a reference, but I reformated and forget.
this is the code for the line the Iframe has to go on.
<td colspan="12" rowspan="3">
<img src="images/Index_23.gif" width="707" height="417" alt="">
anyone?
20 January 2009, 03:50 UTC#2
here's a reference:
http://www.w3schools.com/TAGS/tag_iframe.aspbut for it to be put over an image, you'll need some div tags and set the position.
like so
<div id=layer1 style="position:absolute; top:20; left:20; width:300; height:300; z-index:1; padding:5px;">
iframe code here.
</div>
20 January 2009, 04:04 UTC#3
thanks broham.
21 January 2009, 01:03 UTC#4
QUOTE(Rikki @ Jan 19 2009, 05:56 PM) [snapback]531858[/snapback]
but I formated
and it didn't work?
try making sure its longer then 2 seconds.
21 January 2009, 08:05 UTC#5
QUOTE(jonb @ Jan 21 2009, 01:03 AM) [snapback]531975[/snapback]
QUOTE(Rikki @ Jan 19 2009, 05:56 PM) [snapback]531858[/snapback]
but I formated
and it didn't work?
Image file not present in the recovered backup21 January 2009, 16:10 UTC#6
QUOTE(jonb @ Jan 21 2009, 01:03 AM) [snapback]531975[/snapback]
QUOTE(Rikki @ Jan 19 2009, 05:56 PM) [snapback]531858[/snapback]
but I formated
and it didn't work?
try making sure its longer then 2 seconds.
Image file not present in the recovered backup22 January 2009, 03:52 UTC#7
<td colspan="3">
<img src="images/index_05.gif" width="703" height="420" alt="">
<div id=layer1 style="position:absolute; top:0; left:0; width:703; height:420; z-index:1; padding:5px;">
<iframe src ="home.html" width="703" height="420">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
this is wat I have and its floating in the top left corner not where I want it placed, what am I missing?
22 January 2009, 10:07 UTC#8
fuck around with the top and left attributes until it's in place.
22 January 2009, 14:34 UTC#9
Just dont use iframes.
27 January 2009, 00:47 UTC#10
but then wont the whole page reload making it slower for it to load?