Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我按照链接中的详细信息创建图片库。 这种方法对我来说很好。
我想将鼠标hover事件更改为一个click事件,以便在单击缩略图(而不是悬停)时,其在大区域中打开图像。
hover
click
像这样的东西:
http://jsfiddle.net/VfNdE/61/
旧的悬停类成为焦点:
.thumbnail:focus{ background-color: transparent; outline:none; } .thumbnail:focus img{ border: 1px solid blue; }
旧的 html 只是为每个锚点添加了 tabindex,如下所示:
<a class="thumbnail" href="#thumb" tabindex="1">