画像の内側にborderを表示 Mar 6, 2015 Tags: css, tips ロールオーバーで画像の内側にborderを表示。 a { overflow:hidden; } a:hover { border:3px solid #ccc; } a:hover img { margin:-3px; }