Hello, first of all I've recognized that in your css you have two empty print sections. The css between the first and the last is almost identical two the css before the first empty print section.
To your problem. The content div is positionied absolute. By that it is taken out of the box flow and following boxes (divs etc.). When the position of a following box (like the footer div) is computed, the positioned divs are not taken into account. The left column div is the last static one. The footer is placed exactly under that (vertically). I am afraid you will have to come up with a different solution for the two column layout you want to achieve. Regards, Christian *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 [EMAIL PROTECTED] schrieb: > I finally got to a point where I've hosted my web site. > > http://inno-vision.ca/thetreeoflifecentre/index.html > > I've tried to do most of the entire site using CSS. > > Problem I have is that I'm using Spry - collapsible panel. > > When I open the panel, the footer stays in the middle of the page, > instead of moving down with the text. > > It was working on another page, moving down as you zoom into the > text, but in trying different settings in the external style sheet, > it is no longer working . I'm loosing my hair over this one. ;-) > > I would also welcome any feedback on my use of CSS. > > thanks in advance > > chris > ______________________________________________________________________ > 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/
