to the forum: Would it be difficult to rewrite the demo with textareas (*) replacing the sticky-notes? For my purposes, the so modified demo would only need to work offline, using Safari 5 to open the text file containing the code. In particular I have no interest in using the modified demo in any web site delivered by a server. (Incidentally, in the demo as it is now, too much text entered into a note will result in text spilling out onto the background.) Any help or advice would be much appreciated. Thank you, Roger Purves (*) By textarea, I mean the resizable entity that Safari 5 displays if the fragment below is opened: ................................................... <html> <body> <textarea> </textarea> </body> </html> ...................................................