hr not accepting either background or color attribute

msie and netscape are in debate over which should color the horizontal
rule .... but amaya avoids issue by not doing anything ;-[  ;-[  ;-[  

which is correct property according to w3.org ( i would think background
 as there is no content to color up)  and will amaya be implementing ....  

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
<style type="text/css">
hr {color:#000000; background:#000000; height:2px; border:0px}
div {text-align:center;margin:auto}
</style></head>
<body>
<hr>
<div>
Something&nbsp;&nbsp;Something_Else&nbsp;&nbsp;And_Another_One
</div>
<hr>
</body>
</html>
  //
John Russell, VE3LL@RAC.CA
http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA)
check HTML at http://www.htmlhelp.com/tools/validator/
check CSS at http://jigsaw.w3.org/css-validator/
check JavaScript at http://www.crockford.com/javascript/jslint.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
<style type="text/css">
hr {color:#000000; background:#000000; height:2px; border:0px}
div {text-align:center;margin:auto}
</style></head>
<body>
<hr>
<div>
Something&nbsp;&nbsp;Something_Else&nbsp;&nbsp;And_Another_One
</div>
<hr>
</body>
</html>

Received on Friday, 21 March 2003 11:06:10 UTC