Template:Collapse top/doc: Difference between revisions
Use % not px for width of large elements - you have no idea what size & resolution people's monitors are or how wide their windows are
w:en>SMcCandlish (numeral and unit are not separable in HTML and CSS (sorry, W3C doesn't obey the MOS :-) |
w:en>SMcCandlish (Use % not px for width of large elements - you have no idea what size & resolution people's monitors are or how wide their windows are) |
||
Line 29: | Line 29: | ||
;'b-color': Sets the border color. defaults to silver. | ;'b-color': Sets the border color. defaults to silver. | ||
;'padding': Sets the padding on the collapsed material in the colored area. defaults to 8px | ;'padding': Sets the padding on the collapsed material in the colored area. defaults to 8px | ||
;'width': Sets the width of the overall template. Use {{para|width| | ;'width': Sets the width of the overall template. Use {{para|width|50%}}, not {{para|Width|50%}} (Upper case "W" doesn't work) or <code>|width=200</code> (omits "px" and doesn't work). | ||
;'border2': Sets the border of the box that appears when template is expanded; defaults to "1px silver" (no provision to change from a solid line) | ;'border2': Sets the border of the box that appears when template is expanded; defaults to "1px silver" (no provision to change from a solid line) | ||
;'bg2': Sets background of the box that appears when template is expanded; defaults to white. | ;'bg2': Sets background of the box that appears when template is expanded; defaults to white. |