YUI Library Examples: AutoComplete Control: Skinning Model

AutoComplete Control: Skinning Model

This example demonstrates the CSS applied to an implementation of the AutoComplete control that uses the "Sam Skin". You can read more about the general approach to skinning YUI components in this in-depth article. Change any or all of the skin and implementation CSS for a more customized look and feel.

In order to enable the new skinning model, AutoComplete expects a wrapper DIV element around the INPUT element and the container DIV element, in this fashion:

    <div id="myAutoComplete">
        <input type="text" id="myInput">
        <div id="myContainer"></div>
    </div>

Find a state:

Sample Code

DOM Overview:

Core CSS:

Skin CSS:

Implementation CSS:

Copyright © 2008 Yahoo! Inc. All rights reserved.

Privacy Policy - Terms of Service - Copyright Policy - Job Openings