SCOTT EVANS Mostly about pointing microphones at loud things.

indices 1.1

I just posted a small but welcome update to Indices.

In order to make the entire link cells clickable, the original version used a technique that caused “Save As” and “Copy Link Location” to break in most browsers. This has annoyed me for almost two years but I just found time to fix it.

The original version surrounded the cell content with a div, and put the link on that. I changed it to use CSS to expand the link:

td a, th a {
  display: block;
  height: 100%;
}

Seems to work much better.

You can download the new version (1.1) here.

Leave a reply