How to handle icons in the framework of Jquery Eeasyui

Source: Internet
Author: User

When using the framework of query Easyui, ext and other development projects, often use a lot of small icons, a few common picture application methods summarized as follows:

First, add small icons in jquery Easyui

1, add two small steps of the icon:

First to the themes directory in the ICON.CSS, add a new icon corresponding to the CSS class selector, referring to the existing icon class, as long as you specify the icon corresponding to the path, as follows:

. icon-forward{

Background:url (' icons/forward.png ') no-repeat;

}

Then place the icon file in the icons directory.

2, the application of the new icon does not affect the issue

has been processed as described above, but has not been effective when used on a window. Later to view the source of the Web page, the introduction of jquery-easyui-1.2.6/themes/ ICON.CSS file does not load a new style class, is currently using the Firefox browser, it is estimated that the cache is probably the reason, so clear the cache after the re-brush a bit of effect.

Second, the CSS from the large picture to intercept the small icon operation

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
<form id="Form1" runat="serverclass="icon icon-sys"> &nbsp;& Nbsp;&nbsp;&nbsp;&nbsp;</div> </form>

How to handle icons in the framework of Jquery Eeasyui

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.