Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Need new stikcy footer solution -- please help!
Old 07-06-2009, 08:14 PM Need new stikcy footer solution -- please help!
Novice Talker

Posts: 11
Trades: 0
I have tried all three sticky footer suggestions in the note at the top of the CSS Thread List; no luck with any of them due to the way my page is set up. I'm at a loss. My concern is that on monitors with larger resolutions, my footer does not stick to the bottom of the screen. I have been asked to fix it so I have to do it, and can't figure out how to do it since my footer is inside my wrapper. Help please!

http://www.skolnickcpa.com/indextest.html


<html>
<head>
<title>Skolnick|cpa - Home</title>
<link rel="stylesheet" href="main.css" type="text/css" media="screen" />
<meta name="verify-v1" content="kgBW89MvncrRSugvvDbZbfK3RAO8jAvB0mTc+IVZ4 z4="

/>
<meta name="Description" CONTENT="Skolnick CPA provides taxation, accounting,

and advisory services to businesses and individuals in the Raleigh, NC area

and far beyond." />
</head>

<body>



<!-- Begin Wrapper -->
<div id="wrapper">

<!-- Begin Header -->
<div id="header">

<ul id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="login.html">Client Login</a></li>
</ul>

</div>
<!-- End Header -->

<!-- Begin Left Column -->
<div id="leftcolumn">

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Etiam eleifend blandit nisl a ultricies. Phasellus ac tellus iaculis massa

elementum gravida sit amet vel risus. Aenean bibendum pretium tellus, quis

commodo nibh semper at. Integer sit amet arcu id quam tincidunt sagittis sit

amet condimentum nisl. Duis et diam vitae orci mattis tempor. Ut lectus elit,

consequat quis sagittis eu, laoreet at erat. Phasellus bibendum eleifend

nibh, ac consequat mi sodales nec. Etiam hendrerit, ipsum sed cursus

bibendum, mi dolor egestas enim, id volutpat tortor eros et elit. Nulla sit

amet urna ac arcu dictum porta bibendum non elit. Suspendisse non erat justo.

Donec quis enim vitae elit egestas rutrum a id felis. Sed ullamcorper lacus

sit amet erat scelerisque sollicitudin. Phasellus scelerisque mauris non nunc

egestas auctor. Morbi consectetur, dui quis tristique malesuada, neque leo

porta tortor, quis interdum tortor diam quis orci. </p>
</div>
<!-- End Left Column -->

<!-- Begin Right Column -->
<div id="rightcolumn">

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Etiam eleifend blandit nisl a ultricies. Phasellus ac tellus iaculis massa

elementum gravida sit amet vel risus. Aenean bibendum pretium tellus, quis

commodo nibh semper at. Integer sit amet arcu id quam tincidunt sagittis sit

amet condimentum nisl. Duis et diam vitae orci mattis tempor. Ut lectus elit,

consequat quis sagittis eu, laoreet at erat. Phasellus bibendum eleifend

nibh, ac consequat mi sodales nec. Etiam hendrerit, ipsum sed cursus

bibendum, mi dolor egestas enim, id volutpat tortor eros et elit. Nulla sit

amet urna ac arcu dictum porta bibendum non elit. Suspendisse non erat justo.

Donec quis enim vitae elit egestas rutrum a id felis. Sed ullamcorper lacus

sit amet erat scelerisque sollicitudin. Phasellus scelerisque mauris non nunc

egestas auctor. Morbi consectetur, dui quis tristique malesuada, neque leo

porta tortor, quis interdum tortor diam quis orci.</p>

</div>
<!-- End Right Column -->

<!-- Begin Footer -->
<div id="footer">

<div id="footerleft">© 2009 Skolnick CPA, PLLC <br>All

rights reserved</div>
<div id="footerright">

<a href="contact.html">Contact</a> |
<a href="faq.html">FAQ</a> |
<a href="careers.html">Careers</a> |
<a href="resources.html">Resources</a> |
<a href="sitemap.html">Site Map</a>

</div>

</div>
<!-- End Footer -->

</div>
<!-- End Wrapper -->


</body>
</html>




* { padding: 0; margin: 0; }

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
line-height: 1.2em;
background-color:#666;
height:100%;
}
#wrapper {
margin: 0 auto -30px;
width: 820px;
border: 1px solid #333;
background-color:#fff;
overflow:hidden;
min-height:100%;
}
#push {
height:30px;
}
#header {
width: 822px;
float: left;
padding: 10px;
height: 116px;
margin: 0;
background:url(header.jpg) no-repeat;
}
#leftcolumn {
color: #666;
background:url(leftslice.jpg) no-repeat;
margin: 0;
padding: 10px 30px 10px 30px;
min-height: 384px;
width: 198px;
float: left;
}
#rightcolumn {
color: #666;
float: left;
background:url(rightslice.jpg) repeat-x;
margin: 0;
padding: 10px 30px 10px 30px;
min-height: 384px;
width: 502px;
display: inline;
}
#footer {
width: 820px;
min-height:50px;
clear: both;
color: #333;
background-color:#c4bca4;
font-size: 85%;
line-height: 1.2em;
border-top: 1px solid #333;
}
#footerleft {
width: 198px;
padding: 10px 30px 10px 30px;
float: left;
background-color:#c4bca4;
}
#footerright {
width: 502px;
padding: 10px 30px 10px 30px;
float:left;
background-color:#c4bca4;
}
#footer a{
text-decoration:none;
color:#84693b;
font-weight:bold;
}
#footer a:hover,#footer a:active {
text-decoration:none;
color:#ffffff;
font-weight:bold;
}
ul#menu {
list-style:none;
padding-left:290px;
text-align:center;
width:100%;
}
ul#menu li {
margin:0px; padding:0px;
float:left;
list-style:none;
font-size:12pt;
line-height:1em;
display:inline;
}
ul#menu li a {
display:block;
text-align:center;
margin-top:99px;
margin-right:20px;
color:#666;
font-weight:bold;
text-decoration:none;
padding:3px 20px;
}
ul#menu a:hover,#footer a:active {
text-decoration:none;
color:#fff;
font-weight:bold;
}
jodybethw is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-06-2009, 09:23 PM Re: Need new stikcy footer solution -- please help!
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
You don't need another solution, you need to fix the one you have

First, in order to make the 100% height thing work, you have to have this:

html, body{height: 100%;}

Then, move the footer AFTER the #wrapper, and add margin: 0 auto; to footer, that will center it the same as your #wrapper, and it will put the footer always at the bottom where you want it.

I'll never understand this obsession with having to fill the screen vertically - it can leave looooooooong empty spaces.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-08-2009, 12:13 AM Re: Need new stikcy footer solution -- please help!
Novice Talker

Posts: 11
Trades: 0
Thank you thank you thank you! It didn't bother me, it bothered my boss!
jodybethw is offline
Reply With Quote
View Public Profile
 
Old 07-08-2009, 11:00 AM Re: Need new stikcy footer solution -- please help!
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
You're welcome
Then your boss is obssessive..
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need new stikcy footer solution -- please help!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.18942 seconds with 12 queries