Hello CSS Discuss, Having an issue with a sticky footer. Looks great so far on most of the major browsers. And no I'm not targeting IE6. The footer cuts off on the right hand side in FF4 and 5 both in Mac OS and Windows and I can't figure out why. Here's a link to site in question: http://e7flux.com/dfd/index.html and here is a screen shot of the problem: http://e7flux.com/dfd/dfd-ss.png and here is a code snippet of the footer area:
<div id="footer-wrapper"> <div id="footer"> <p class="copyright-info">Copyright Dolls for Daughters, All rights reserved.</p> <ul id="nav"> <li class="home"><a href="#">Home</a></li> <li class="about"><a href="#">About</a></li> <li class="get-involded"><a href="#">Get Involved</a></li> <li class="newsletter"><a href="#">Newsletter</a></li> <li class="blog"><a href="#">Blog</a></li> <li class="donate"><a href="#">Donate</a></li> <li class="contact"><a href="#">Contact</a></li> </ul> <ul class="social-rss-links"> <li class="twitter"><a href="#">Twitter</a></li> <li class="facebook"><a href="#">Facebook</a></li> <li class="rss"><a href="#">RSS</a></li> </ul> </div> </div> I really want to be done with this one already *sigh*. Any and all help would be truly appreciated :)) TIA! Elli Vizcaino Web Designer & Developer http://www.E7Flux.com The Best Compliment We Can Receive Is A Referral! ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
