Topic: frames, iframes, and td's (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9575" title="Pages that link to Topic: frames, iframes, and td&amp;#039;s (Page 1 of 1)" rel="nofollow" >Topic: frames, iframes, and td&#039;s <span class="small">(Page 1 of 1)</span>\

 
hecster2k
Nervous Wreck (II) Inmate

From: sj, ca, usa
Insane since: Feb 2002

posted posted 12-20-2002 00:37

ok, i have a problem here. if you have a frameset, you can drag the divider between the frames. if you have an html page, then you put in an iframe, you can then use a frameset page as the src of the iframe. BUT, if you put it into a TD, it won't resize... is there a way to make this work?

code:
<table>
<tr>
<td>
<iframe src="frameIndex.html" ></iframe>
</td>
</tr>
</table>

frameIndex.html source:

<frameset rows="70%,*">
<frame src="http://www.yahoo.com" name="upperFrame" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0">
<frame src="http://www.ebay.com" name="lowerFrame" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0">
</frameset>



if i take the iframe out of the table, it works just fine and i can resize the frames by dragging the frame divider. HELP!!

"there has to be a solution."

hecster2k
Nervous Wreck (II) Inmate

From: sj, ca, usa
Insane since: Feb 2002

posted posted 12-20-2002 02:47

ok, apparently it works in ie 5.5, but not in ie6. what gives?!

"there has to be a solution."



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu