sugarbyte
05-15-2004, 02:18 AM
here is my code... can you tell me why when i put two iframes, the second one is aligned to the other one, but its placed under it...
here is my code for my iframes
<div id=layer2 style="position:absolute; top:22px; left:341px;">
<IFRAME name="frame" src="home.html" width=401 height=584 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#FFFFCC)" allowtransparency="true"></FRAME>
</div>
<div id=layer2 style="position:absolute; top:22px; left:0px;">
<IFRAME name="menu" src="home.html" width=168 height=584 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#FFFFCC)" allowtransparency="true"></FRAME>
</div>
i put it in my head section... why isnt it working?
i would like the two iframes to be paralel to each other, but they are placed one under the other like a column...
help :(
here is my code for my iframes
<div id=layer2 style="position:absolute; top:22px; left:341px;">
<IFRAME name="frame" src="home.html" width=401 height=584 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#FFFFCC)" allowtransparency="true"></FRAME>
</div>
<div id=layer2 style="position:absolute; top:22px; left:0px;">
<IFRAME name="menu" src="home.html" width=168 height=584 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#FFFFCC)" allowtransparency="true"></FRAME>
</div>
i put it in my head section... why isnt it working?
i would like the two iframes to be paralel to each other, but they are placed one under the other like a column...
help :(