frame in a frame?!

admin

Administrator
Staff member
hey.. i basically want to turn this site layout i found into a framed site, however the layout is really weird. ill just post the barebone html::<br />
<br />
<HTML><br />
<br />
<BODY text=black background="images/layoutbg.jpg"><br />
<DIV id=Layer1 style="Z-INDEX: 1; LEFT: 0px; WIDTH: 775px; POSITION: absolute; TOP: 0px;"><br />
<IMG src=http://www.htmlforums.com/archive/index.php/"images/mainlay.jpg"></DIV></DIV><br />
<br />
<Div align="left"><br />
<DIV id=Layer2 <br />
style="Z-INDEX: 5; LEFT: 15px; WIDTH: 120px; POSITION: absolute; TOP: 20px; HEIGHT: 115px"><br />
<font color=#336699 face=verdana size=1><br />
<br />
<br />
<br />
</FONT></DIV></DIV><br />
<br />
<DIV id=Layer4 <br />
style="Z-INDEX: 4; LEFT: 613px; WIDTH: 132px; POSITION: absolute; TOP: 105px; HEIGHT: 115px"><br />
<font color=#336699 face=verdana size=1><br />
<br />
<p><strong><center>: SITE DESIGNED BY :</strong><BR><BR><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.quickness.uni.cc"><br />
<img src=http://www.htmlforums.com/archive/index.php/"images/gnext.gif" border=0 alt="Layout By GeneratioNext" <br />
style="filter:alpha(opacity=55);-moz-opacity:1.5" onMouseover="high(this)" onMouseout="low(this)"> </FONT></DIV><br />
</a><br />
</center><br />
</FONT><br />
</DIV><br />
<br />
<br />
<DIV id=Layer5 <br />
style="Z-INDEX: 4; LEFT: 150px; WIDTH: 450px; POSITION: absolute; TOP: 110px; HEIGHT: 300px"><br />
<font color=#ffffff face=verdana size=1><br />
<br />
<TABLE width="100%" border=0 borderColor="#8da2ba"><br />
<TBODY><br />
<TR><br />
<TD><font color=#ffffff face=verdana size=1><br />
<br />
</FONT></TD></TR></TBODY></TABLE><BR><BR><br />
<DIV><br />
<br />
<TABLE width="100%" border=1 borderColor="#ffffff"><br />
<TBODY><br />
<TR><TD><br />
<font color=#ffffff face=verdana size=1><br />
Copyright 2002 (Your Site). Site Designed by <strong><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.quickness.uni.cc">http://www.quickness.uni.cc</a></strong>. All Rights Reserved.<br />
</TR></TD></TBODY></TABLE><BR><BR><br />
</FONT></DIV><br />
<br />
</FONT></B></CENTER></FONT></B></CENTER></BODY></HTML><!--content-->i dont think its possible to have a frame in a frame<!--content-->Hi guys. :D <br />
<br />
Just wanted to say that although I am not sure exactly what type of a frame scheme you want to acheive, you can actually make a frame within a frame. See this example page on my site, in which I have some double and even triple framing...<br />
<br />
redlitmusprojekt.o-f.com/songs.html (<!-- m --><a class="postlink" href="http://redlitmusprojekt.o-f.com/songs.html">http://redlitmusprojekt.o-f.com/songs.html</a><!-- m -->)<!--content-->The code you originally posted is a DIV based layout.<br />
<br />
People used to do layouts by using tables. Tables are supposed to be used for, yeah, tabular data not for layouts.<br />
<br />
With DIVs, positioning and CSS, you can wrap each part of a page up in a DIV and then specify where on the page that block of content should be displayed.<br />
<br />
Unfortunately this only works in the latest browsers, but if you do it right it degrades quite well on older browsers. <br />
<br />
<br />
Frames is a backward step too far. I'd do it with a table, or leave it as DIV based.<!--content-->
 
Back
Top