Hello everyone,
I have a website with a top panel and a body part. The top panel can be toggled between hidden and shown. The body part should contain the actual content of the website.
As I don't want to hard-code every single site, I would like to stay with the panel and only reload the content.
This seems to can be done using AHAH and this tutorial.
The problem is that, if new content is loaded, it just pushes the old content down. My question is, how can I overwrite the old content with the new, fetched content?
Thanks a lot in advance for the help!