> The macros work partially in that the images switch from thumb size to > medium size. The problem is that they do not revert to the thumbsize
That's because you're using removing the "itmReduceToSmall" class and never restore it (perhaps an omission in onmouseout/onmouseup; you might want addClass instead of removeClass there). > the image increases to actual size or gets stuck in some sort of loop That's probably because changing the image dimensions also changes the event area - so you're unwittingly triggering another onmouseout when shrinking the image (provided you're not in the upper right which happens to be covered by the thumbnail). HTH. -- F. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
