Labs/Thunderhead/TheBook: Difference between revisions

Line 62: Line 62:
Provides scrolling services to one component. Can contain a vertical scrollbar or a horizontal one, or both. The scrollbars can have little nibs that make them draggable. These are triggered by the following CSS properties:
Provides scrolling services to one component. Can contain a vertical scrollbar or a horizontal one, or both. The scrollbars can have little nibs that make them draggable. These are triggered by the following CSS properties:


* overflow-x: "hidden", "scroll", and "auto" supported; "visible" not supported (one of the worst things about CSS)
* overflow-x: "hidden", "scroll", and "auto" supported; "visible" not supported (as it is one of the worst things about CSS)
* overflow-y: same as overflow-x
* overflow-y: same as overflow-x
* overflow: short-cut for x and y
* overflow: short-cut for x and y
123

edits