Using IntelliSense with cascading style sheets

Microsoft Expression Web provides you with IntelliSense for cascading style sheets (CSS) to streamline the process of authoring and applying CSS when you work directly in the source code of a web page or .css file. IntelliSense for CSS can insert the closing curly brace (}) for you when you begin a block of properties for a style and enables you to click references to either class selectors or an external CSS in order to open the source of the reference. IntelliSense also enables you to quickly look up HTML elements, classes, ids, properties, and values as you type. For example, if you type a CSS selector and then an opening curly brace ({), IntelliSense displays an alphabetical shortcut (Auto Popup) menu of all available properties. After you select a property from the menu or type the property, IntelliSense can display a different shortcut menu that contains values that are appropriate for the property you selected.

The following table contains the icons that appear in IntelliSense shortcut menus for CSS.

IntelliSense shortcut menu icons

Icon Description

Cc295412.2ae24b11-314b-4bcf-ba9c-a2a81d8de4e4(en-us,Expression.40).png

An HTML element selector

A Class selector

An ID selector

Cc295412.179f4b21-b6c2-4e9a-b21f-fe829df91022(en-us,Expression.40).png

A property

Cc295412.84d8ad47-b710-4b83-b85c-df7403ee54ed(en-us,Expression.40).gif

A value

Cc295412.d5a3f22c-1258-4ba2-ace5-084530a8da04(en-us,Expression.40).png

An option to set a custom value

Cc295412.2304132b-c5ec-4440-8fc4-8e2b45747ccf(en-us,Expression.40).png

An action

See also

Tasks

Author CSS by using IntelliSense
Set IntelliSense options for CSS

Concepts

Using IntelliSense
Cascading style sheet reference

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.