HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

popover

Description

The popover attribute for HTML specifies the element won't be rendered until it becomes shown, at which point it will be rendered on top of other page content.

Syntax

popover="value"

Values

auto

Closes other popovers when opened; has light dismiss. Default.

manual

Does not close other popovers; does not light dismiss.

Examples

1 · HTML · auto

2 · HTML · manual

3 · CSS

4 · JS · auto

5 · JS · manual