 39-.

,           ,      -  .       ()  ,   logo.html.


  	  	  	
<html>
<head>
<title>  </title>
</head>
<frameset cols="100,*">

<frameset rows="100,*">
<frame src="logo.html" scrolling="no">
<frame src="menu.html">
</frameset>
<frame src="content.html">

</frameset>
</html> 


Scrolling -   <frame>.     : no -       ,    ; yes -      ; auto -     ,   .

, scrolling="auto",   , ..   scrolling  ,    ,   ,    -   .

      - ,  ,    ,     .       ?    noresize   <frame>:


  	  	  	
<html>
<head>
<title>  </title>
</head>
<frameset cols="100,*">

<frameset rows="100,*">
<frame src="logo.html" scrolling="no" noresize>
<frame src="menu.html" noresize>
</frameset>
<frame src="content.html" noresize>

</frameset>
</html> 


      .      border,      . , border="0".


  	  	  	
<html>
<head>
<title>  </title>
</head>
<frameset cols="100,*" border="0">

<frameset rows="100,*">
<frame src="logo.html" scrolling="no">
<frame src="menu.html">
</frameset>
<frame src="content.html">

</frameset>
</html> 


   :).   , -   ... !           :


  	  	  	
<html>
<head>
<title>  </title>
</head>
<frameset cols="100,*" border="0">

<frameset rows="100,*">
<frame src="logo.html" scrolling="no" marginwidth="0" marginheight="0">
<frame src="menu.html">
</frameset>
<frame src="content.html">

</frameset>
</html> 


 marginwidth  marginheight   ,     .      ,        ,      (logo.html).

, ,   ,      ,   . , ,          <body>, ..    ,    <frame>,     , ..         .