'marginheight' sets the size, in pixels, of the top and bottom margins of a frame : marginheight : Frame Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Frame Attributes » marginheight »

 

'marginheight' sets the size, in pixels, of the top and bottom margins of a frame



<HTML>
<frameset rows="50,*" frameborder="yes" border="20px" framespacing="5" cols="*">
  <frame name="topFrame" scrolling="NO" noresize src="http://www.navioo.com">
  <frameset cols="25%,*" border="15px" framespacing="0">
     <frame name="leftFrame" 
            marginheight="100" marginwidth="15" noresizescrolling="NO" src="http://www.navioo.com">
     <frame name="mainFrame" src="http://www.navioo.com">
  </frameset>
</frameset>
</HTML>  
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Frame Attributes
» marginheight