Here is what I'm working on
If you restore down the browser or the low resolution adds a scroll bar when you scroll up and down the footer doesn't automatically adjust to the bottom of the screen.
#footer {
position: absolute;
bottom:0px;
clear: left;
width: 100%;
height:20px;
background: #2b3335;
color: #FFF;
text-align: center;
font-size: 60%;
padding-top: 5px;
}
Next problem only on IE6 if you restore down and then drag the browser making it smaller the sidebar on the left wanders into the middle of the screen. Its fine in IE7 and firefox.
Also when draging the browser window making it smaller the content column sits above the sidebar on IE7 the content goes underneath is it possible to control this behaviour?
Many thanks for help on this.
If you restore down the browser or the low resolution adds a scroll bar when you scroll up and down the footer doesn't automatically adjust to the bottom of the screen.
#footer {
position: absolute;
bottom:0px;
clear: left;
width: 100%;
height:20px;
background: #2b3335;
color: #FFF;
text-align: center;
font-size: 60%;
padding-top: 5px;
}
Next problem only on IE6 if you restore down and then drag the browser making it smaller the sidebar on the left wanders into the middle of the screen. Its fine in IE7 and firefox.
Also when draging the browser window making it smaller the content column sits above the sidebar on IE7 the content goes underneath is it possible to control this behaviour?
Many thanks for help on this.