a.externalLink:after {
display: inline-block;
content: "";
width: 12px;
height: 8px;
background: transparent url(data:image/gif;base64,R0lGODlhCAAIAIABAABmZv///yH5BAEKAAEALAAAAAAIAAgAAAIPjAMJd5q2HoQLsTpto84UADs=) no-repeat center;
}
a.externalLink:hover:after {
display: inline-block;
content: "";
width: 12px;
height: 8px;
background: url(data:image/gif;base64,R0lGODlhCAAIAIAAAP///////yH5BAEKAAEALAAAAAAIAAgAAAIPjAMJd5q2HoQLsTpto84UADs=) no-repeat center;
}
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To post to this group, send email to tiddl...@googlegroups.com.
To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
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?