Why are <hr>'s white ?

    http://www.aarongray.org/CSS-Discuss/hr.html

~~~ hr.html ~~~
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/strict.dtd";>
<html>
<head>
  <style>
    body, hr {
      background-color: green;
      color: lime;
    }
  </style>
</head>
<body>

<hr>

</body>
</html>
~~~

Is there a way of making hr's coloured or is there an alternative
other than a gif ?

Many thanks in advance,

Aaron
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to