Meanings of various attributes in CSS3, CSS3 attributes
Box-shadow: shadow offset value (positive and negative values are recommended); shadow vertical offset value (positive and negative values are recommended); shadow blur value; shadow color
FireFox supports "Box Shadow:-moz-box-shadow: 2px 2px 5px #333;
Webkit kernel Safari and Chrome Support Box Shadow:-webkit-box-shadow: 2px 2px 5px #333;
Opera su
CSS3 scroll bar-webkit-scrollbar, css3
Webkit now supports the area with the overflow attribute, the list box, the drop-down menu, and the custom style of the textarea scroll bar.
If you want to skip the introduction and view the demo directly, click demo.
A scroll bar is a pseudo element that can be customized. This pseudo class can render webkit's own scroll bar and only render it according to the custom
Use CSS3 to create a small triangle icon and css3 to create a triangle
I don't want to talk much about it. I want to write code directly and hope it will be helpful to everyone!
1.html code:
2.css code:
. Triangle_border_right {width: 0! Important; height: 0; border-width: 7px 0 8px 11px; margin: 27px 10px 0 0; border-style: solid; border-color: transparent #333; /* transparent and Transparent gray */posit
Css3 attributes-webkit-font-smoothing, css3
Anti-sawtooth rendering of fonts can make the font look clearer and more comfortable. As icon fonts become a trend today, more and more anti-sawtooth rendering is used.
Font-smoothing is not defined as a standard CSS. It was included in the draft of the Standard Specification and was removed from the web Standard for some reason.
However, we can use the following
[CSS3] metamorphosis, css3 metamorphosis
Metamorphosis -- transform attributes
Browser compatibility check:
Currently, the Webkit engine supports-webkit-transform private attributes. The Mozilla Gecko engine supports-moz-transform private attributes,
The Presto engine supports the-o-transform private attribute. ie does not support the transform attribute at the moment, nor does it define the private att
Css3 @ font-face, css3
For a long time, web designers always use some "web-safe" fonts. Now @ font-face can load server-side font files so that browsers can display fonts that are not installed on users' computers.
The principle is: the font files are placed on the web server and automatically downloaded to the user's computer as needed.1. @ font-face Introduction
Syntax:
@font-face { font-family:
Eff
At the beginning, W3C CSS workgroup refused to add css3 transition and animation to the official standard. Some members thought that the transition effect and animation are not style attributes and can be implemented using scripts. Therefore, please understand that, especially Web Front-end developers, using css3 for transition effects and animations is not better than using JS scripts (I think: CSS allows
[CSS3] asynchronous animation and css3 asynchronous
Click start to start the animation and stop the animation.
(PS: to save Code, only the-webkit-prefix is written, so test it in chrome or add another prefix by yourself ~.~)
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.
CSS3 animation mask text effects, css3 mask text effects
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.
CSS3 drawing 3-mobile phone model, css3 drawing 3-
Copyright statement: original post of the blogger. For details, refer to the source. Http://blog.csdn.net/dzy21
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.