How to hide the background underneath the border

前端 未结 4 2096
耶瑟儿~
耶瑟儿~ 2020-12-07 00:30

I need to modify a website to make the clickable zone of all links bigger for mobile devices. I gave all links a transparent border and a negative margin<

4条回答
  •  有刺的猬
    2020-12-07 00:54

    i think that if the border were outside the element, the behaviour you are behind (that clicking on the border behaves as clicking inside the element) wouldn't work either

    if the background-image is not repeated, you can set background-position x position to the same amount that your border width. else, you can also try setting the border-color to the same as the color behind the element, but if it is an image, good luck

提交回复
热议问题