CSS action to intercept small icons from large images

Source: Internet
Author: User

Note: The picture name (tabicons.png) of each small icon width:18px;height:18px from the upper left corner coordinates ( -0px;-0px;);

For example, the coordinates of the first checkmark are ( -0px;-0px;) The second plus icon is ( -20px;-0px;) with 20 pixels in the middle.

Truncate small icon Style

. icon{    Background:url (imges/tabicons.png) no-repeat;    width:18px;    line-height:18px;    Display:inline-block;}. icon-set{background-position: -380px-200px;}. icon-add{background-position: -20px 0px;}

Style Invocation Example

<id= "Form1"  runat= "Server">    <  class= "icon icon-add">        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;    </ Div > </ form >

CSS action to intercept small icons from large images

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.