Hi all: I am doing some work on the coursebook for release and one of the things I am working on is allowing multiple styles for slides in a single slide show. I mix a framed template with images that take up the entire screen.
Using SlideShowPlugin, I can do this by running javascript and jquery to change the background-image, remove the title div etc. This almost works. The only problem I have is that the changes I make using the scripts aren't removed when the SlideShowPlugin exits and reverts to the standard StyleSheet. You can see the problem by viewing: http://coursebook.tiddlyspot.com/ Note that there is no background image present on the left hand side of the page. Click on the "Presentation 1 - Introducing the Coursebook" entry under the Presentation heading of the main menu. Hit the space bar to move through the Goal slide till you get to the slide titled "Presentation". (Note that an image is properly displayed for the Goal slide, I just eliminated the image to keep the size of the tiddlywiki down.) Hit escape to exit the slide show. The blue image on the left hand side from the slide is still present even though I am no longer in slide show presentation mode. I would have expected the base StyleSheet to be applied and remove the background image. (Note even placing "body {background- image: none}" in the StyleSheet causes the image to disappear.) If anybody has any ideas on how to solve this problem I would appreciate it. I figure if worse comes to worse I can try adding a hook to SlideShowPlugin to call some custom javascript in a tidder to try to reset my dynamic jquery changes but I would prefer to have the style set to the original style automatically. Thanks for any ideas. -- rouilj -- 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.

