Control the clickable area of a link
As you can see below I have a set of links quite close together and the clickable area of the links overlap:
I've tried playing with the padding and margin t开发者_JAVA百科o no avail. How to I reduce the overlap?
It depends on your situation and isn't always possible, but if you could manage to get the links to be display: block
, display: inline-block
or position: absolute
, you would be able to explicitly set their width and height.
精彩评论