DIV position: absolute; : div layout « Tags « HTML / CSS






DIV position: absolute;

      
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"
  xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style rel="stylesheet" type="text/css">

#footer {
  width: 896px;
  position: absolute;
  bottom: 0px;
  height: 93px;
  background-image: url(images/footer_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.navigation {
  padding: 55px 0 0 70px;
  display: block;
  float: left
}

.navigation li {
  display: inline;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: red;
}

.navigation li a {
  color: #585859;
  text-decoration: none;
  font-weight: normal;
  margin: 0 10px 0 7px
}

.navigation li a:visited {
  text-decoration: none
}

.navigation li a:hover {
  text-decoration: underline
}


</style>
</head>
<body>
  <div id="footer">
    <ul class="navigation">
      <li><a href="index.html">Home page</a>|</li>
      <li><a href="index2.html">About us</a>|</li>
      <li><a href="index2.html">Careers</a>|</li>
      <li><a href="index2.html">Registration</a>|</li>
      <li><a href="index2.html">News &amp; Events</a>|</li>
      <li><a href="index2.html">Links</a>|</li>
      <li><a href="index2.html">Contact us</a></li>
    </ul>
  </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.DIV width: 134px;
18.Using width to control nested div boxes
19.Set width and height to DIV
20.Shrinkwrapped DIV by setting both width and height to auto
21.div height: 50px;
22.Div line-height: 23px;
23.Div line-height: 17px;
24.DIV line-height: 1.3em;
25.DIV height:1.8em;
26.DIV line-height:1.8em;
27.Using div with different height to create layout
28.Div for clearing
29.Div clear: both;
30.DIV for clear
31.DIV clear: left;
32.Div position: relative;
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;