just trying to make the footer in css stick to the very bottom no matter how much content or window sizes
and ideas???
cheers peeps
Posted 27 October 2006 - 12:43 AM
Posted 27 October 2006 - 02:19 AM
Posted 27 October 2006 - 02:42 AM
Posted 27 October 2006 - 04:06 AM
Posted 27 October 2006 - 04:51 AM
Posted 27 October 2006 - 05:08 AM
Posted 27 October 2006 - 04:17 PM
html, body {
height: 100%;
}
Posted 27 October 2006 - 06:33 PM
<link href="mad.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-color: #35709d;
}
body,td,th {
color: #FFFFFF;
}
.style1 {color: #000000}
-->
</style></head>
<body>
<div id="wrapper">
<div style="position: absolute; height: 600px; width: 800px; padding: 1em;">
<div id="header">
<div class="style1" style="position: absolute; left: -48px; top: -10px; height: 80px; width: 903px; padding: 1em; background:url(madheader.jpg); background-repeat:no-repeat;"></div>
<div id="mainnav">
<div class="style1" style="position: absolute; left: -48px; top: 102px; height: 25px; width: 903px; padding: 1em; background:url(madmenus.jpg); background-repeat:no-repeat;"></div>
<div id="col1">
<div class="style1" style="position: absolute; left: 200px; top: 150px; height: inherit; width: 400px; padding: 1em;">main content goes here...</div>
<div id="col2">
<div class="style1" style="position: absolute; left: 0px; top: 150px; height: inherit; width: 166px; padding: 1em;">news/nav/anything else goes here...</div>
<div id="col3">
<div class="style1" style="position: absolute; right: 0px; top: 150px; height: inherit; width: 166px; padding: 1em;">search/login/nav goes here...</div>
<div id="footer">
<div class="style1" style="position: absolute; bottom: 0; border-bottom:0; left: -48px; top: 704px; height: -25px; width: 903px; padding: 1em; background:url(madmenus.jpg); background-repeat:no-repeat;"></div>
</div>
</body>
</html>
Posted 27 October 2006 - 07:19 PM
Posted 27 October 2006 - 09:12 PM
Posted 28 October 2006 - 02:22 AM
<style type="text/css">
<!--
html, body {
background-color: #35709d;
height: 100%:
}
body,td,th {
color: #FFFFFF;
}
.style1 {color: #000000}
-->
</style>
Posted 28 October 2006 - 10:48 AM
0 members, 1 guests, 0 anonymous users