Greetings good Drupalers

First, thanks to everyone who's helped me with my various questions thus far, it's very much appreciated.

Onto my issue:

I have successfully implemented taxonomy_dhtml, created a block that displays one term, and placed it on a page as a hierarchical menu.

However, when I click on a term, when the list comes up, the page is fine except for the footer, which has decided to move up to the middle right of hte page and totally mess up the aesthetic.

I'm using the friendselectric theme.

Any ideas?

Thanks!

Comments

dvessel’s picture

Can't say for sure without seeing the actual page but my guess is that your using a float for whatever is containing your taxonomy_dhtml. If that is the case then it should be an easy fix by setting a "clear" attribute to the footer inside your theme style sheet.

The other possibility is that the theme is using absolute positioning for the containing block which does not go with the flow of the page layout.

joon

notarealperson’s picture

Ahh, the clear attribute seems to have done it. Thanks so much. Only one weirdness is that the orange Syndicate button seems to be floating too - and there is already a clear attribute under Aggregator in the CSS file set to both.