Page is a not externally linkable
- Browsers
-- Firefox Browser Usage and Support
---- Firefox 0.9 doesn't display solid color table borders


drbrain - 3:14 pm on Jun 29, 2004 (gmt 0)


You have the wrong order. The correct order [w3.org] for the border property is border-width border-style color.

"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.


Thread source:: http://www.webmasterworld.com/firefox_browser/397.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com