国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - Add an href to a tag and a blue border appears. Solution
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-06-05 11:08:11
0
8
1098


After adding an href link to the a tag, a blue border appears on the pad. Using outline: none text-decoration: none; does not work. Please solve it

PHP中文網(wǎng)
PHP中文網(wǎng)

認(rèn)證0級(jí)講師

reply all(8)
為情所困

Add outline: none

to the focus and active pseudo-classes
伊謝爾倫

Can I view it without development tools when debugging? ? You can tell by looking at his style

Ty80

a:active,
a:hover {
outline: none;
}

巴扎黑

It is probably added by the browser. The solution is as mentioned by the brother above.

滿天的星座

Is the style set after hover

我想大聲告訴你

-webkit-tap-highlight-color:transparent

洪濤

Add a label, a{outline: none}

某草草

It may be the default style of the browser. You can set it for the a tag in the reset style

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template