HTMLDListElement.Compact Property |
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);
true if the list should be rendered in a compact way, false, otherwise.
HTMLDListElement Object | HTMLDListElement Members | DOM Namespace