Sunday, June 28, 2009

Cross browser Horizontal Rule (hr-tag)

What:

hr {
background:#d0d0d0;
color:#d0d0d0;
margin:15px 0;
height:1px;
border:none;
}

Why:
  • because Chrome creates some borders
  • because FireFox set color from css background value
  • but IE set color from css color value

0 comments: