all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Hyperlinks!
Date: Mon, 13 Apr 2020 16:41:02 +0200	[thread overview]
Message-ID: <20200413163707.1ade8ccb@scratchpost.org> (raw)
In-Reply-To: <873697jxq1.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 519 bytes --]

Hi Ludo,

On Mon, 13 Apr 2020 15:56:22 +0200
Ludovic Courtès <ludo@gnu.org> wrote:

> > when you mouse-over the function name line, a
> > "permalink to this definition" appears.  
> 
> I’m not sure how to do that.  Isn’t there some JavaScript involved?

The CSS selector ":hover" selects the block only when you are hovering over it:

a[name] img {
  display: none;
}

a[name]:hover img {
  display: inline;
}

Used like that:

<p><a name="anchor1">with class <img src="a.png"></a>
...</p>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2020-04-13 14:41 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-13 10:58 Hyperlinks! Ludovic Courtès
2020-04-13 11:13 ` Hyperlinks! Pierre Neidhardt
2020-04-14 12:19   ` Hyperlinks! Konrad Hinsen
2020-04-13 11:26 ` Hyperlinks! Danny Milosavljevic
2020-04-13 15:10   ` Hyperlinks! Ludovic Courtès
2020-04-13 15:25     ` Hyperlinks! Julien Lepiller
2020-04-13 18:09   ` Hyperlinks! Ricardo Wurmus
2020-04-13 18:38     ` Hyperlinks! Danny Milosavljevic
2020-04-13 21:05       ` Hyperlinks! Ricardo Wurmus
2020-04-13 21:15         ` Hyperlinks! Danny Milosavljevic
2020-04-13 21:25           ` Hyperlinks! Ludovic Courtès
2020-04-13 11:51 ` Hyperlinks! Vincent Legoll
2020-04-13 11:57 ` Hyperlinks! Vincent Legoll
2020-04-13 13:48   ` Hyperlinks! Ludovic Courtès
2020-04-13 13:51     ` Hyperlinks! Vincent Legoll
2020-04-13 12:05 ` Hyperlinks! Vincent Legoll
2020-04-13 13:56   ` Hyperlinks! Ludovic Courtès
2020-04-13 14:41     ` Danny Milosavljevic [this message]
2020-04-13 14:45       ` Hyperlinks! Danny Milosavljevic
2020-04-13 15:59 ` Hyperlinks! Christopher Baines
2020-04-13 16:22 ` Hyperlinks! sirgazil
2020-04-14  7:09 ` Hyperlinks! Bengt Richter
2020-04-14  8:27   ` Hyperlinks! pelzflorian (Florian Pelz)
2020-04-14 10:34     ` Hyperlinks! Ludovic Courtès
2020-04-14 18:41 ` Hyperlinks! Christopher Lemmer Webber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200413163707.1ade8ccb@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.