nested float : float « Layout « HTML / CSS






nested float

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html><head><title></title>

<style type="text/css">
  #main {
    border:1px solid #000; 
    background:#ccc;
    }
  #main #menu {
    border-left:1px solid #000; 
    border-bottom:1px solid #000;
    float:right;
    width:230px;
    background:#eee;
    margin:0px 0px 10px 10px;
    }
    
  p,h1,pre {
    margin:0px 10px 10px 10px;
    }
    
  h1 {
    font-size:14px;
    padding-top:10px;
    }
  
  #menu p { font-size:10px}
  
</style>
</head><body>

<div id="main">
  <div id="menu">
    <h1>menu</h1>  
  <p>
this is a test. this is a test. this is a test. this is a test. 
this is a test. this is a test. this is a test. this is a test. this is a test. 
this is a test. this is a test. this is a test. this is a test. this is a test. 
this is a test. this is a test. this is a test. this is a test. this is a test. 
  </p>
  </div>
  <h1>nested float</h1>
  <h1>main</h1>
  <p>this is a test. this is a test. this is a test. this is a test. 
  this is a test. this is a test. this is a test. this is a test. 
  this is a test. this is a test. this is a test. this is a test. 
  </p>
  <br />
</div>

</body>
</html>

 








Related examples in the same category

1.float left
2.float left and right
3.float left and right, three columns
4.float left and right with other content
5.float multiple floats
6.left float with padding
7.Positioning: float right and left
8.Using Float Positioning
9.Float H2 tag to left
10.Left float and right float
11.Set extra content to float left
12.Float left with text wrapper around
13.Float right with text wrapper around
14.float control: default margin padding
15.float extra box properties
16.float highlighted dimensions
17.float highlighted, dimensions multiple paragraph
18.float inline becomes block
19.float inline becomes block with inline padding
20.float inline becomes block multiline inline box model