extlink.css |
extlink.css |
|
span.ext {
background: url(extlink.png) right center no-repeat;
padding-right: 12px;
}
span.mailto {
background: url(mailto.png) right center no-repeat;
padding-right: 12px;
}
/* Hide the extra spans when printing. */
@media print {
… |
extlink.info |
extlink.info |
|
name = External Links
description = Determine behavior and appearance for external links. Options include: Make external links open in a new window, add icons next to external links and email addresses, display pop-up warnings when users click… |
extlink.install |
extlink.install |
|
|
extlink.module |
extlink.module |
|
|
README.txt |
README.txt |
|
The External Links module is a very simple approach to adding icons to links
to external websites or e-mail addresses. It is a purely JavaScript
implementation, so the icons are only shown to users that have JavaScript
enabled.
Fivestar was written… |