PDA

View Full Version : horizontal calendar


winklebleck
12-07-2004, 06:31 PM
Anyone think it's possible to cycle through months without refreshing the page?
I have hid the calendar and enabled an option to show/hide it if wanted. But when somoeone changes the month, it refreshes the page and sets the calender div back to hidden.

Maybe some sort of refresh div content or load into div?
Maybe a cookie to remember if the visitor wants the calendar visable or not?

pixelpunk
12-08-2004, 07:09 AM
Offer a cookie for the display, or add something to the query-string that tells it to stay visible.

// punk

winklebleck
12-11-2004, 05:48 AM
Any guidence on how to go about this.

winklebleck
02-06-2005, 05:42 PM
I dug deep and realized it would be as simple as having dual style sheets, one with the div hidden and another with it set to visable, then use styleswitcher (http://www.alistapart.com/articles/alternate/) to change and set the cookie.[/b]