Understanding background:transparent none repeat scroll 0% 0%; in CSS_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:47:45
Original
1504 people have browsed it

For many people, BACKGROUND: none transparent scroll repeat 0% 0%; is wrong

but the system will help you explain it as follows.
BACKGROUND: transparent none repeat scroll 0% 0%;

respectively represent
Background attributes: background color, background image, whether the background repeats the background when the browser scrolls, background flat position, background vertical position
background : background-color || background-image || background-repeat || background-attachment || background-position

transparent means transparent and no color
none means no background image is set
repeat means Image repetition
scroll means that the background image scrolls as the browser pulls down
0% horizontal position at x0
0% vertical position at y0

This setting is the default setting for background,
That is to say, it will use this setting when the background attribute is not set.
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!