background-origin: Specifies which part of the container the background-position property is positioned relative to.
The padding-box background image is positioned relative to the padding box; (Default)
The border-box background image is positioned relative to the border box;
content-box The background image is positioned relative to the content box.
background-position: Set the starting position of the background image displayed in the container.
Default value: 0 0 (displayed from the upper left point of the background image);
Value: Int px Int px; the upper left fixed point of the background image is at the coordinate position of the container, which can be negative value. A negative value means that the upper left point of the background image is not within the container, and the beyond part is hidden.
If only one value is set, the other value will be "centered" (50%/center)
If a percentage is used, the coordinates are calculated according to the following formula:
x: (width of the container - width of the background image) * x percentage, the excess part is hidden; y: (height of the container - height of the background image) * y percentage, the excess part is hidden. So left/top is equivalent to 0%, right/bottom is equivalent to 100% (the right/bottom edge of the background image coincides with the container), and center is equivalent to 50% (the background image is in the middle of the container) .background-size:Set the size of the background image (IE8 does not support this attribute)
Percent/length: If it is a percentage, the size of the background image is multiplied by the container The product of percentages. Set only one, and set the second one to auto (to maintain the same aspect ratio as the original background image). If both are set to 100%, the background image will fill the container, but the aspect ratio will change. contain: The container contains the entire background image according to a fixed proportion of the background image. The size of the background image is enlarged by a fixed ratio based on the background image. Until any side reaches the boundary of the container, the other side will often be blank (when there is no-repeat). Cover: The background image is enlarged according to a fixed aspect ratio until it fills the entire container (the shorter side of the background image also reaches the container boundary). Part of the background image will be cut off because it exceeds the container.IE8 compatible:
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='absolute path',sizingMethod='scale/crop');crop: The size of the background image remains unchanged, and the image is cut to fit the area size. Image: Default value. Increase or reduce the size boundary of the area to adapt to the size of the background image, which is equivalent to the effect of overflow: visible. Scale: Scale the background image to fit the size boundaries of the area. ①Cannot specify any size background percentage②Only suitable for a single picture and cannot use picture sprites and other puzzles③Absolute path pictures must be referenced④Compatible with ie7, 8
The above is the detailed content of background related properties in css. For more information, please follow other related articles on the PHP Chinese website!

That’s right! And I can prove it, too. Let’s look at some CSS first:

I always love seeing people get inspired by print design and trying to port it over to the web. There is a much deeper history of interesting print work to

November 30th, the official "Blue Beanie Day," has come and gone. I'm not sure I ever grokked the exact spirit of it, but I've written about what it means to

GraphQL has all kinds of awesome tooling built around it. But like everything on the web, it ultimately comes down to data shootin' across the ol' network and

Every year about this time I see articles going around reminding people how to update the copyright on their websites. Usually somewhere in the footer. You

Markdown supports HTML, so if you need to, say, embed a YouTube video, you can just copy and paste the embed code from them, drop it into a Markdown document,

There are so, so, so (so) many things to read out there on the internet. So many, in fact, that it's difficult to keep up with everything.

GooFonts is a side project signed by a developer-wife and a designer-husband, both of them big fans of typography. We’ve been tagging Google


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

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 Mac version
God-level code editing software (SublimeText3)