画像に対するリンク枠線を消す。
<div class="button links"> <a href="/sample/" id="link" name="画像リンク"><img src="sample.jpg" /></a>
div.button img { border-style: none; }
どうやらCSSで消すのが推奨らしい。しかし、改行
とか、他要素があると旨く消えたり消えなかったり・・・imgにborder属性つけるのがベターなのかなぁ
画像に対するリンク枠線を消す。
<div class="button links"> <a href="/sample/" id="link" name="画像リンク"><img src="sample.jpg" /></a>
div.button img { border-style: none; }
どうやらCSSで消すのが推奨らしい。しかし、改行
とか、他要素があると旨く消えたり消えなかったり・・・imgにborder属性つけるのがベターなのかなぁ