%BV meta-HTML element

Syntax

%BV(css_property)

Description

Use the %BV function to expand the generic style into the browser-specific style and add the browser prefix to the CSS property value. Use this function in free form style sheet definitions only.

Note:

Use this function in style sheet definitions only.

Note:

This function is valid for use in auxiliary style sheet files.

Parameters

Parameter Description

css_property

Specifies the CSS property as a String value.

Example

The following %BV function expands the generic style:

%BV(display:box);

In the case of Internet Explorer, the expanded browser-specific style would be as follows:

display:-ms-box