Page is a not externally linkable
drbrain - 3:14 pm on Jun 29, 2004 (gmt 0)
"border: solid 2px #f00;" is incorrect, use "border: 2px solid #f00;" Robin_reala: A note on terminology and syntax for CSS. A rule is: selector[, selector]* { property: value; [property: value;]* } Where []* means 0 or more of the contained item.
You have the wrong order. The correct order [w3.org] for the border property is border-width border-style color.