This article explains in detail the CSS3 background-related style example code
background-imageDraw multiple pictures overlay, the example is as follows:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>background-image绘制多张图片叠加</title> <style> div{ width:1100px; height:800px; background-image: url("../../image/icon1.jpg"),url("../../image/border3.jpg"); background-repeat: repeat-x,no-repeat ; background-position:100%,100%,center,center; border:5px solid #ff0000; } </style> </head> <body> <div></div> </body> </html>
background-clip: Specifies the drawing area of the background:
background-origin: Positions it relative to the content box Background image:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>background-clip及background-origin属性</title> <style> /*background-clip:规定背景的绘制区域:*/ /*background-origin:相对于内容框来定位背景图像:*/ div{ background: #fff000; font-size: 30px; border:10px dashed #0000ff; padding:20px; background-image: url("../../image/icon.png"); background-repeat:no-repeat; } .div2{ margin-top:30px; background-origin: content-box; background-clip: content-box; } .div3{ margin-top:30px; background-origin: border-box; background-clip: border-box; } .div4{ margin-top:30px; background-origin: padding-box; background-clip: padding-box; } </style> </head> <body> <div>这是一段测试文字</div> <div>这是一段测试文字</div> <div>这是一段测试文字</div> <div>这是一段测试文字</div> </body> </html>
The box-shadow attribute of css3:
How to make ie6, 7, and 8 support border-radius, box-shadow, text-shadow :Use ie-css3.htc
First download the ie-css3.htc script, and then add it to the css:
How to use it is: download it and put it in your server directory
Write the following code in your
.box{ -moz-box-shadow: 10px 10px 20px #000; /* Firefox */ -webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */ box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */ behavior: url(ie-css3.htc); }
Note: behavior: ie-css3 in url(ie-css3.htc). Use an absolute path for the htc address or pass it directly to the root directory of the website, otherwise you may not see the effect.
•When you use this htc file, as long as box-shadow, -moz-box-shadow or -webkit-box-shadow is written in your CSS, IE will render it. .
•When using this htc file, you cannot write box-shadow: 0 0 10px red; but box-shadow: 0px 0px 10px
red; otherwise it will fail in IE.
•Alpha transparency in RGBA values is not supported.
•Inset inner shadow is not supported.
•Shadow expansion is not supported.
•Shadows will only appear black in IE, no matter what other colors you set.
However, this script only allows IE to support some box-shadow values.
The above is the detailed content of Detailed explanation of CSS3 background related style example code. For more information, please follow other related articles on the PHP Chinese website!

The idea behind most of web applications is to fetch data from the database and present it to the user in the best possible way. When we deal with data there

Let's do a little step-by-step of a situation where you can't quite do what seems to make sense, but you can still get it done with CSS trickery. In this

You can make a garden variety anchor link () open up a new email. Let's take a little journey into this feature. It's pretty easy to use, but as with anything

Little confession here: when I first saw Netlify CMS at a glance, I thought: cool, maybe I'll try that someday when I'm exploring CMSs for a new project. Then

In December 2018, Microsoft announced that Edge would adopt Chromium, the open source project that powers Google Chrome. Many within the industry reacted with

I like Gutenberg, the new WordPress editor. I'm not oblivious to all the conversation around accessibility, UX, and readiness, but I know how hard it is to

Using for a menu may be an interesting idea, but perhaps not something to actually ship in production. See "More Details on "


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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6
Visual web development tools

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

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment