HTML > > > > border colors (for IE)


And this is a fine example of how you can control border color and even the shade of a table color in IE browser:


to achieve this, you should include bordercolordark="#aaaaaa" bordercolorlight="#bb0000" in the table tag, like this:
<table width=400 border=2 cellpadding=3 cellspacing=3 bordercolordark="#aaaaaa" bordercolorlight="#bb0000">


next > >