CSS Settings background picture

Source: Internet
Author: User

CSS settings background picture needs to use the Background property, where the background-repeat set the way the picture tiles, no-repeat for the picture does not repeat tiles. A description of the background-repeat in the CSS manual is as follows:

Grammar:

Background-repeat:repeat | No-repeat | Repeat-x | Repeat-y

Take value:

Repeat: Default value. The background image is tiled vertically and horizontally

No-repeat: Background image uneven spread

Repeat-x: The background image is tiled horizontally only

Repeat-y: The background image is tiled only vertically

Description

Sets or retrieves whether and how the background image of an object is arranged. The background image (Background-image) of the object must be specified first.

This property is read-only for Currentstyle objects. is writable for other objects.

The corresponding script attribute is backgroundrepeat.

Example:

menu {background:url ("images/aardvark.gif"); background-repeat:repeat-y;}

P {background:url ("images/aardvark.gif"); Background-repeat:no-repeat}

In the example of this article, set the picture tile for the body:

HTML file:

<! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01 transitional//en"
"Http://www.w3.org/TR/html4/loose.dtd" >
<title> Untitled Document </title>
<body style= "Background:url (' 3.jpg ') no-repeat;" >
</body>

The effect of the following figure:

This article address: http://www.bianceng.cn/web/Css/201608/50295.htm

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.