Common CSS Extensions & Filters
opacity | filter:alpha(opacity=50)
- opacity is for mozilla browsers, filter:alpha is used for IE
- transbox { opacity: .5; filter: alpha(opacity=50); }
caption-side
- top | bottom | left | right | inherit
empty-cells
- show | hide | inherit
table-layout
- auto | fixed | inherit
content
marker-offset
- number+px | auto | inherit