Home > Article > Web Front-end > The background image logo can be copied using IE, but the url address of the background logo cannot be found_html/css_WEB-ITnose
Let’s see the address.
The background image is defined in the class
@qq_16097601
This is viewed by Firefox. How can I change it? Why can’t I find the element { }
.cheader_logo {
float: left;
margin-top: 5px;
width : 192px;
height: 59px;
background: url("../images/new_images/logo.jpg") repeat scroll 0% 0% transparent;
background-color: transparent;
background-image: url("../images/new_images/logo.jpg");
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
}
background: url("../ images/new_images/logo.jpg")
Can you find the imags/new_images folder and replace the image?
1. What is opened in the user interface has been "compiled and processed" Effect interface.
2. The CSS, JS, etc. referenced in the header are generally invisible and will only affect the interface at the lower level of the interface.
3. For F12 developer tools, you don’t have to use Firefox, but Firefox is still recommended.
4. Source code and debugging are different.
@qq_16097601
Well, I know it after my research these days, thank you. But I have encountered other questions and I am ready to post
@u010592633 Okay, thank you, I appreciate your answers. A lot of knowledge hehe
@langxifu Yes I found it, hehe