I have ie7 on windows xp and I installed AttachFilePackage and pulled in a couple bmp files that I am going to use as a copy to clipboard icon but I was hoping to figure out how to make it look interactive. I want it to display one img and then a different one when i hover over it and to go back to the first when clicked. I am not sure how to format that. Should I do the UI with css? Any suggestions?
On Tue, Sep 25, 2012 at 10:33 AM, Eric Shulman <[email protected]> wrote: > > I simply created the icon using Gimp (http://www.gimp.org/). > > Base 64 encoding I did with perl: > > perl -MMIME::Base64 -e 'local $/; print encode_base64 <>' > > iconExternalLink.gif > > For people who do not have Gimp and Perl (i.e., most Windows users), > you can use > http://www.TiddlyTools.com/#AttachFilePackage > to generate tiddlers containing Base64-encoded binary file content > (such as the .gif images Stephan is using). You can then copy/paste > the Base64 text into your CSS, as Stephan has done. > > enjoy, > -e > Eric Shulman > TiddlyTools / ELS Design Studios > > HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... > http://www.TiddlyTools.com/#Donations > > Professional TiddlyWiki Consulting Services... > Analysis, Design, and Custom Solutions: > http://www.TiddlyTools.com/#Contact > > -- > 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. > > -- 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.

