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

The background image logo can be copied using IE, but the url address of the background logo cannot be found_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:46:311326browse

I found that this code is related to the background logo. If you remove one of the letters, it will be messy. Please tell me how to find out. I want to replace the background. Thank you


Reply to the discussion (solution)

Let’s see the address.

The background image is defined in the class

I found that this code is related to the background logo. If I remove one of the letters, it will be messy. . Please tell me how to find out. I want to replace the background. Thank you.

I checked with 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;
}

@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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn