Here are two screen captures: http://www.warrensarle.com/borders.gif
of this one web page: http://www.warrensarle.com/borders.php
in IE and Firefox. A border-style of solid is rendered the same in both
browsers. Border-styles of outset and ridge produce radically different
colors (grays in this case; saturated colors produce even more dramatic
differences) in the two browsers. In particular, a border color of
#000000 is rendered as black in IE but as light and medium gray in
Firefox. Does this problem exist in other non-IE browsers?
I have another web page where the border colors are specified via
a complicated interaction with the user. I need for darker values of
border-color to render darker than lighter values, as happens in IE
and as most users would expect. Are there any CSS options to get
border colors to render in a reasonable way with outset and ridge
styles in non-IE browsers?