Gets or sets a value indicating a hint to visual user agents to render the list in a more compact way.

[VBScript]
Public Property Compact As Boolean
[JScript]
public function get Compact() : Boolean;
public function set Compact(Boolean);

Property Value

true if the list should be rendered in a compact way, false, otherwise.

See Also

HTMLMenuElement Object | HTMLMenuElement Members | DOM Namespace