


Detailed explanation of how to remove the gray border when img[src=''] img has no path
img[src=""] img tagSolution for gray border removal without path
1.JsSolution Method
<meta> <title></title> <img src="/static/imghwm/default1.png" data-src="error.jpg" class="lazy" alt="Detailed explanation of how to remove the gray border when img[src=''] img has no path" > <script> function whenError(a){ a.onerror=null; a.src='path_default.jpg'; console.log('图片出错的时候调用默认的图片'); } </script>
2.Absolute positioningFocused solution
nbsp;html> <meta> <title>absolute聚焦解决方案</title> <p> <img class="common-icon login-icon lazy" src="/static/imghwm/default1.png" data-src="" alt="Detailed explanation of how to remove the gray border when img[src=''] img has no path" > </p> <style> .container-img { position: relative; display: inline-block; width: 36px; height: 36px; overflow: hidden; } .container-img img { position: absolute; top: -1px; right: -1px; background: url(img/common-icon.png) no-repeat; background-position: 0px 1px; } </style>
3.marginFocused solution
nbsp;html> <meta> <title>margin聚焦解决方案</title> <p> <img class="common-icon login-icon lazy" src="/static/imghwm/default1.png" data-src="" alt="Detailed explanation of how to remove the gray border when img[src=''] img has no path" > </p> <style> .container-img { display: inline-block; width: 36px; height: 36px; overflow: hidden; } .common-icon { display: inline-block; background: url(img/common-icon.png) no-repeat; background-position: 0px 1px; margin: -1px; } </style>
4.css Hide
img[src=""]{ opacity: 0; }
The above is the detailed content of Detailed explanation of how to remove the gray border when img[src=''] img has no path. For more information, please follow other related articles on the PHP Chinese website!

Since I first chimed in on the CSS4¹ thing, there's been tons of more discussion on it. I'm going to round up my favorite thoughts from others here. There is

Every time I start a new project, I organize the code I’m looking at into three types, or categories if you like. And I think these types can be applied to

I've been guilty of publicly bemoaning the complexity of HTTPS. In the past, I've purchased SSL certificates from third-party vendors and had trouble

Everything you ever wanted to know about data attributes in HTML, CSS, and JavaScript.

If you haven’t worked with immutability in JavaScript before, you might find it easy to confuse it with assigning a variable to a new value, or reassignment.

It’s entirely possible to build custom checkboxes, radio buttons, and toggle switches these days, while staying semantic and accessible. We don’t even need a

There are special superset number characters that are sometimes perfect for footnotes. Here they are:

Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

SublimeText3 Linux new version
SublimeText3 Linux latest version

WebStorm Mac version
Useful JavaScript development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

Atom editor mac version download
The most popular open source editor