zoukankan
html css js c++ java
点击链接以后不出现虚线框
不出现虚线框,也就是不出现焦点
刚去网上找资料,没想到看到了这个话题,顺便就看看了
真的很简单
第一种方法:
<
a
onclick
="window.open()"
style
="cursor:hand"
>
asdfasfdsaf
</
a
>
第二种方法:
<
a
href
="#"
hidefocus
="true"
>
asdfasfdsaf
</
a
>
当然还有其他的一些方法,这里就不说了
不过感觉这个好象没什么太大的作用
查看全文
相关阅读:
ucore 物理内存探测 lab2 附录A&B
git diff 笔记
操作系统Lab1 详解(boot|kern/debug)
ucore os 前初始化
第五讲 计算机体系结构 内存层次
Django 的学习(1) 从建立到数据库操作
ucore os 初始化
操作系统 Lab1
makefile 语法笔记 3
flex布局注意事项
原文地址:https://www.cnblogs.com/index/p/47364.html
最新文章
leetcode--Best Time to Buy and Sell Stock
leetcode--Reverse Integer
leetcode--Same Tree
leetcode--Binary Tree Level Order Traversal II
leetcode--Binary Tree Zigzag Level Order Traversal
leetcode--Remove Duplicates from Sorted Array II
leetcode--Binary Tree Level Order Traversal
leetcode--Merge Sorted Array
leetcode--Populating Next Right Pointers in Each Node II
leetcode--Populating Next Right Pointers in Each Node
热门文章
leetcode--Swap Nodes in Pairs
leetcode--Rotate List
leetcode--Maximum Depth of Binary Tree
leetcode--Add Binary
leetcode--Two Sum
Meth | phpstorm 2016.2 的最新破解方法(截止2016-8-1)
Reso | liunx下longeneQQ和搜狗拼音
Meth | ubuntu下安装与卸载软件方法
Meth | apt-get update ,upgarde 和dist-upgrade 的区别
Lab2 内存管理(实现细节)
Copyright © 2011-2022 走看看