I would like to have a calendar on a page, and be able to rotate through the months without losing the page contents.
I have tried nesting a calendar within a div, and the page text sits in a div below.
When I rotate the calendar month I lose the page text.
[quote]I would like to have a calendar on a page, and be able to rotate through the months without losing the page contents.
I have tried nesting a calendar within a div, and the page text sits in a div below.
When I rotate the calendar month I lose the page text.[/quote]
The js nested calendar can do this, but it only shows months and days in a calendar format (box). You could also achieve this using ajax to pull in the content from the next and previous months without changing the page, this should be pretty easy.