なるほどなるほど。こういう発想は覚えておきたいですね。
続きを読む
[CSS]リンクの情報を補う、「content」プロパティのスタイリング集 | コリス
a {color: #900;text-decoration: none;}a:hover {color: red;position: relative;}a[title]:hover:after {content: attr(title);padding: 4px 8px;color: #333;position: absolute;left: 0;top: 100%…
