> though the cookie e.g. 'txtHeader' says the state is 'false' the > slider still re-opens on reload. The cookie clearly states it is > 'true' when it is open and 'false' when it is closed.
> Am I missing something? Slider cookies are supposed to be *boolean* values, not text strings. The cookie "txtHeader" will store the slider state flag as *text*, using "true" or "false"... and non-blank text has a boolean value of true. To correctly store the slider state flag, you need to use "chk" as the prefix for the cookiename, not "txt". enjoy, -e > > TW version 2.5.3 > Firefox 3.05 > Vista > > Morris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

