molkman
Owner of George Washington's Prototype Mittens
2005 May 2 • 2066
404 ₧
|
Here's the code I tried to get the frames to work:
code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <HTML> <HEAD><TITLE>EXOTWORKING</TITLE></HEAD> <frameset rows="100,*" frameborder="0"> <frame frameborder="0" src="head.html" name="top" scrolling="no" marginwidth="0" marginheight="0" noresize="yes"> <frameset cols="300,*" border="0" > <frame src="menu.html" name="manu" scrolling="yes"> <frame src="main.htm" name="MAIN" scrolling="yes" marginwidth="0" marginheight="0" noresize="no"> </frameset> </frameset> <noframes> </noframes> </HTML>
The menv part, which has scrolling set to "yes" and also the main part, don't have scrollbars at all. :(
|
|
|
|
≡
|
2014 Aug 13 at 13:05 UTC
— Ed. 2014 Aug 13 at 13:44 UTC
|
|