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
Technology and process fine points, notes and thoughts. Public blog of Whirix web development company from Barnaul, Russia.
hr {
background:#d0d0d0;
color:#d0d0d0;
margin:15px 0;
height:1px;
border:none;
}
0 comments:
Post a Comment