Frames and <div> tags
Posted: Thu Mar 11, 2004 1:05 am
Halo,
Is it not possible to implement frames inside of div elements? As an example,...
When I run some very similar code, the frameset doesn't show up. Is this not possible and I should b going in a different direction?
Cheers,
BDKR
Is it not possible to implement frames inside of div elements? As an example,...
Code: Select all
<div id=layer1 style="position:absolute; z-index=1">
<FRAMESET COLS="50%,50%">
<FRAMESET ROWS="50%,50%">
<FRAME SRC="cell.html">
<FRAME SRC="cell.html">
</FRAMESET>
<FRAMESET ROWS="33%,33%,33%">
<FRAME SRC="cell.html">
<FRAME SRC="cell.html">
<FRAME SRC="cell.html">
</FRAMESET>
</FRAMESET>
</div>Cheers,
BDKR