Default"
From Documentation
m (→Events) |
|||
Line 35: | Line 35: | ||
<br /> | <br /> | ||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
− | + | |.z-fieldset-cnt | |
+ | |Overflow of content | ||
+ | |overflow: hidden; | ||
+ | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Revision as of 08:34, 8 September 2010
This is the Default mold for Groupbox.
Source
The CSS source for from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-fieldset | |||||
Supported: | V |
Note: An exclamation mark(!) means that the action effect is done by CSS background , not CSS background-position
CSS Specification
Class Name | Description | Default Values |
.z-fieldset-cnt | Overflow of content | overflow: hidden; |