Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8809

【CSS】リンクをクリックする範囲拡大

$
0
0

文字.gif

リンクボタンをクリックする場合は
カーソルを文字の上においてクリックしないとクリックできませんでした。

これはリンクを作成する<a>タグがインライン要素のためです。

ではこれを ブロック要素 に変更してみると・・・

例.css
a{display:block;width:70px;height:50px;}

ブロック.gif

クリックできる範囲が広がりました:laughing:


Viewing all articles
Browse latest Browse all 8809

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>