ok, well i am on my way to answering my own question. I was stuck on trying
to use head.js because it had some psuedo-class defining but not the hover
class. So now i think I'll look into lab.js+modernizr or some other
combination. From what I read on the internet about best practices, it is
best to load an external file so it can be cached by the browser. Does
AttachFilePlugin do browser caching? I want svg graphics since I understand
that is where technology is headed but ie7 wont display svg. Anyone have
any suggestions?
On Oct 4, 2012 9:12 PM, "andrew.j.harrison84" <[email protected]>
wrote:

> 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.

Reply via email to