View Full Version : Footer problem
robin9000
06-10-2009, 10:55 PM
Problem: can't get my footer to display correctly,
Page:http://robinsden.co.cc/free/gasmoney.php
At first I could not get my footer to go to the bottom, got that solve but now it's only showing half of the footer and cuts the other half off.
Why on earth is it doing this?
X96 Web Design
06-10-2009, 11:19 PM
Try putting <div style="clear:both;"></div> right before the end of the Footer... Can't guarantee that it'll work, but it should.
And make sure that all other DIV tags are closed off...
// X96 \\
robin9000
06-10-2009, 11:32 PM
Try putting <div style="clear:both;"></div> right before the end of the Footer... Can't guarantee that it'll work, but it should.
And make sure that all other DIV tags are closed off...
// X96 \\
I tried doing that but maybe I did not do it right because it dose not seem to have worked.
here is how I put it in, did I do something wrong?
<div style="clear:both;">
<div id="stickyfooter">
<!-- Start of StatCounter Code -->
<div id="leftalign">
<script type="text/javascript">
var sc_project=4419983;
var sc_invisible=0;
var sc_partition=55;
var sc_click_stat=1;
var sc_security="46717204";
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a title="counters for myspace" class="statcounter" href="http://www.statcounter.com/myspace/"><img class="statcounter" src="http://c.statcounter.com/4419983/0/46717204/0/" alt="counters for myspace" /></a></div></noscript>
</div>
<!-- End of StatCounter Code -->
<div id="bgfooter">
<script type="text/javascript" src="../Scripts/footer.js"></script>
<!--Footer Ends Here-->
</div></div></div></div>
X96 Web Design
06-10-2009, 11:34 PM
No, it's just the tag itself, nothing inside, like this:
<div id="stickyfooter">
<!-- Start of StatCounter Code -->
<div id="leftalign">
<script type="text/javascript">
var sc_project=4419983;
var sc_invisible=0;
var sc_partition=55;
var sc_click_stat=1;
var sc_security="46717204";
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a title="counters for myspace" class="statcounter" href="http://www.statcounter.com/myspace/"><img class="statcounter" src="http://c.statcounter.com/4419983/0/46717204/0/" alt="counters for myspace" /></a></div></noscript>
</div>
<!-- End of StatCounter Code -->
<div id="bgfooter">
<script type="text/javascript" src="../Scripts/footer.js"></script>
<div style="clear:both"></div>
<!--Footer Ends Here-->
</div></div></div>
Hope this helps...
// X97-1 \\
robin9000
06-10-2009, 11:51 PM
No, it's just the tag itself, nothing inside, like this:
<div id="stickyfooter">
<!-- Start of StatCounter Code -->
<div id="leftalign">
<script type="text/javascript">
var sc_project=4419983;
var sc_invisible=0;
var sc_partition=55;
var sc_click_stat=1;
var sc_security="46717204";
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a title="counters for myspace" class="statcounter" href="http://www.statcounter.com/myspace/"><img class="statcounter" src="http://c.statcounter.com/4419983/0/46717204/0/" alt="counters for myspace" /></a></div></noscript>
</div>
<!-- End of StatCounter Code -->
<div id="bgfooter">
<script type="text/javascript" src="../Scripts/footer.js"></script>
<div style="clear:both"></div>
<!--Footer Ends Here-->
</div></div></div>
Hope this helps...
// X97-1 \\
Tried it and my page is now just like the example you gave me but still it's not going, did I do something wrong?
X96 Web Design
06-10-2009, 11:54 PM
No, it probably just didn't work... I thought something may be floating left and keeping it from going full-width...
What's different about that page than the homepage? The footer works on the homepage...
// X96 \\
robin9000
06-11-2009, 12:00 AM
As you will notice on my home page it dose work however it dose not go to the bottom of the page, thus the problem I started with.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.