logoalt Hacker News

TZubiriyesterday at 8:18 PM1 replyview on HN

The link doesn't work perfectly for me, it seems that since the page is already scrolled down all the way to the bottom, there is no way to focus specifically on the #generated element.


Replies

greyface-yesterday at 10:36 PM

The CSS :target pseudo-class is useful in situations like this. HN could do something like:

  p:target { border: 1px dashed; }