CSS Parameters Hexadecimal color values can be found here: http://solutionsforofficelive.com/htmlcolorcodes.aspx. Background Parameters background: #FFFFFF; background-color: #FFFFFF; background-image: url(/images/image.jpg); background-repeat: repeat; Repeat options: repeat-x, repeat-y, repeat, no-repeat. background-attachment: scroll; Attachment options: scroll, fixed. background-position-x: 10px; background-position-y: 10px; Border Parameters Border Color border-color: #FFFFFF; Border Style border-style: solid; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; Border Style types: none, solid, dotted, dashed, double, groove, ridge, inset, outset. Border Width border-width: 1px; border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; Font Parameters font-family: Arial; font-size: 12pt; font-style: italic; font-weight: bold; text-decoration: underline; Decoration options: none, underline, overline, line-through, blink. text-align: center; Align options: left, center, right, justify. Padding padding: 4px; padding-top: 4px; padding-left: 4px; padding-right: 4px; padding-bottom: 4px; Alignment text-align: center; Align options: left, center, right, justify. vertical-align: middle; Vertical align options: top, middle, bottom, baseline. Display display: none; visibility: visible; Visible options: visible, hidden, collapse. Cursor cursor: hand; Cursor options: crosshair, default, hand, pointer, move, text, wait, help, url(url). Transparency filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50; Transparency between 0 (transparent) and 1 (opaque), except for the first one 0-100 need to use all three for compatibility. |