css controls gif image as background of web page_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:08:41
Original
3253 people have browsed it

I was researching a website recently
and found that the background of the website is all placed in one gif image
But the page can use a certain part of the gif image as the background of a certain part of the page
Now it can be displayed correctly in the original webpage, but it cannot be displayed in the webpage I made myself. There is no problem with the path
A piece of css code is as follows:
.page-nav {
background-image:url(/ images/bg.gif);
background-position: left bottom;
height: 33px;
}
This is the first time I’ve seen this kind of technology. Please give me an expert’s answer


Reply to discussion (solution)

Positioning and height and width of elements

This is css sprite technology
You can check the relevant information online, There are many.

CSS Sprites (CSS image stitching technology)

http://www.chinaz.com/web/2009/0525/77212.shtml

You can refer to it

Images need to be positioned

CSS Sprites (CSS image stitching technology)

http://www.chinaz.com/web/2009/0525/77212.shtml

You can refer to it

Pictures need to be positioned

You can reduce the number of requests

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template