It seems that you've set a wrong height for the #leftnav. The footer actually starts below the bottom edge of the leftnav, but the contents in the leftnav are drawn below that bottom edge. If you set "overflow: hidden;" for the #leftnav you'll see that the footer doesn't overlap it.
What you could do is you could just drop the specification of the height of the #leftnav in the css. Regards, Christian Kirchhoff *Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin www.digitale-bibliothek.de AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE173211737 Geschäftsführer: Ralf Szymanski · Erwin Jurschitza Mark Wilson schrieb: > I have a development page at > http://edinburghschoolofmotoring.co.uk/index_work.php > > To make the problem clear, I've surrounded the necessary areas with > > dotted borders. > > The two link areas at left are in red, the "footer" in blue. > > Clearly, what I want is the footer to always begin below the link > > areas AND the content area at right, never overlapping. Right now, > > it's overlapping the link areas. ?What am I missing? > > Thanks for any help you guys can provide. > (The CSS is in site.css.) > > > > > > ------------------------------------------------------- > Mark Wilson, CPUWORKS.COM > [EMAIL PROTECTED] > ------------------------------------------------------- > ______________________________________________________________________ > 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/ > ______________________________________________________________________ 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/
