search
HomeWeb Front-endCSS Tutorialbackground related properties in css

background related properties in css

Mar 25, 2017 am 10:31 AM
backgroundcssbackground

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!

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
The Order of CSS Classes in HTML Doesn't MatterThe Order of CSS Classes in HTML Doesn't MatterApr 13, 2025 am 09:40 AM

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

Print-Inspired Layout on the WebPrint-Inspired Layout on the WebApr 13, 2025 am 09:36 AM

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

Blue Beanie Day 2019Blue Beanie Day 2019Apr 13, 2025 am 09:25 AM

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

Raw GraphQL QueryingRaw GraphQL QueryingApr 13, 2025 am 09:22 AM

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

PSA: It's That Time to Update the Copyright Year on Your SitePSA: It's That Time to Update the Copyright Year on Your SiteApr 13, 2025 am 09:21 AM

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

Embedded Content in MarkdownEmbedded Content in MarkdownApr 13, 2025 am 09:12 AM

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,

What We're Reading, 2019What We're Reading, 2019Apr 13, 2025 am 09:10 AM

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.

How We Tagged Google Fonts and Created goofonts.comHow We Tagged Google Fonts and Created goofonts.comApr 12, 2025 pm 12:02 PM

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

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SecLists

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

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

DVWA

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

SublimeText3 Mac version

God-level code editing software (SublimeText3)