Question : CSS Sticky Bottom

Hi
In a related post i had help aligning two divs However i'm having real issues getting the footer to stay at the bootom of the page epsecialy when the content div is larger

Also

should I put every thing inside a holder div to get the width right? ie

<body>
    <div id ='holder width: 1004px'
           Every thing else here
    </div>
</body>
</html>
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  <title>cssalign</title>
  <meta http-equiv="content-type" content="text/html; charset=windows-1250">
  <meta name="generator" content="PSPad editor, www.pspad.com">
  <style type="text/css">
<!-- 

body
{
background-color:#eeeeee;
}

#header {
background-color:white;
height:100px;
}


#Logo {
position:absolute;
left:50px;
padding-bottom:9px;
padding-left:10px;
padding-top:11px;
text-align:left;
background: white;
}

#contact{
position:absolute;
right:50px;
font-weight: bold; 
font-size: 14px;
background-color:white;
}

#big {
background-color:orange;
position:relative;
width:1004px;
}

#content{
float:left;
width: 882px;
background-color:blue;
display:block;
overflow:auto;
z-index:3;
}

#menu{
float:left;
width: 122px;
background-color:yellow;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#footer {
	position:absolute;
	bottom: 0;
	height: 2em;
	background: #fff;
	width: 100%;
	text-align: center;

}

-->
</style>
  </head>
  <body>

<div id= 'Logo'><a href=""><img src="images/Logo.jpeg" id="logo-img-id"></a></div>
	
<div id ='header'>
      <div id='contact'>
      <p>email </p>
      <p>mobile</p>
      <p>phone </p>
      </div>
    </div>

    <div id ='big'>
      <div id='menu'>
      <ul id="navList">
            <li class="nav-first">home
            </li>
            <li class=""><a href="domestic" >Domestic</a>
            </li>
            <li class=""><a href="commercial">Office</a>
            </li>
            <li class=""><a href="commercia">Construction</a>
            </li>
            <li class=""><a href="contact-us" >Contact Us</a>
            </li>
          </ul>
      </div>
      <div id='content'>
    
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore 

magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis 

nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse 

molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui 

blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.            Ut wisi enim ad 

minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis 

autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat 

nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue 

duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy 

nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

      </div>
    </div>
    <div id="footer">website by Trevor
    </div>

  </body>
</html>

Answer : CSS Sticky Bottom

No, Volume Shadow Copy was first introducted 7 years after NT4 was released with Server 2003.  There is no way of using it on NT4.  You can look into other tools like Diskeeper software's Undelete program (if it's still compatible with NT4).  Your options are going to be limited with such an old OS (14 years now).  If your client needs this functionality, it's probably time to upgrade/migrate their software that requires NT4 to a newer system that does not.
Random Solutions  
 
programming4us programming4us