DIV width: 134px; : div layout « Tags « HTML / CSS






DIV width: 134px;

      

<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">

#leftside .announce {
  background: url(img/menubg.gif) repeat-x bottom left #f4f4f4;
  border-bottom: 1px solid #d8d8d8;
  border-left: 4px solid #ccc;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  clear: left;
  color: #505050;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 5px 5px 5px;
  width: 134px;
}

#leftside p,.announce p {
  font-size: 0.9em;
}
</style>

</head>
<body>
  <div id="leftside">
    <h2 class="hide">Site menu:</h2>
    <div class="announce">
      <h2>Latest news:</h2>
      <p><strong>Jan 29, 2007:</strong><br />
        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>
      <p class="textright"><a href="">Sample link &raquo;</a></p>
    </div>
  </div>

</body>
</html>

   
    
    
    
    
    
  








Related examples in the same category

1.div float: left;
2.div float: left; 2
3.Two floating right div section
4.Two floating left div sections
5.Div float: none;
6.Div float: left; 3
7.Div float: left; 4
8.Div float: left; 5
9.DIV float: left; 6
10.DIV float: right;
11.div float with width and height
12.div width: 50px;
13.DIV width: auto;
14.Div width: 100%;
15.Div width: 1001px;
16.Div width: 500px;
17.Using width to control nested div boxes
18.Set width and height to DIV
19.Shrinkwrapped DIV by setting both width and height to auto
20.div height: 50px;
21.Div line-height: 23px;
22.Div line-height: 17px;
23.DIV line-height: 1.3em;
24.DIV height:1.8em;
25.DIV line-height:1.8em;
26.Using div with different height to create layout
27.Div for clearing
28.Div clear: both;
29.DIV for clear
30.DIV clear: left;
31.Div position: relative;
32.DIV position: absolute;
33.Using position: fixed; to place div tags to four corners
34.Using position: absolute; to place div tags to four corner
35.div with position: absolute; inside div with position: relative;
36.div with position: absolute; inside body
37.div position:relative;
38.Set position of DIV to absolute, to bottom 50px, to left 100px
39.Wrap tags in DIV and set the position
40.Div left: 0;
41.Div display: inline;
42.div display: table-cell;
43.Div top: 0;