IntelliSense for cascading style sheets overview

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.cdb340c8-5093-4a00-acdd-8671cb09f553(en-us,Expression.10).gif

HTML element selector

Class selector

ID selector

Cc295412.da16f7dc-1236-4ae4-9adc-fa8056fe23f7(en-us,Expression.10).gif

A property

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

A value

Cc295412.ffef0d04-ff8d-43c4-ad10-3d04143dc4bc(en-us,Expression.10).gif

An option to set a custom value

Cc295412.67c70a66-b5d7-4e68-a410-93719533a55b(en-us,Expression.10).gif

An action

See also

Concepts

Author CSS by using IntelliSense

Set IntelliSense options for CSS

IntelliSense