Horizontal Line HR css in firefox
Horizontal line CSS works in Internet Explorer IE but doesn’t work in Firefox browser?
try following….
hr {
border: 0;
height: 1px;
color: #F5F5F5;
background-color: blue;
}
Horizontal line CSS works in Internet Explorer IE but doesn’t work in Firefox browser?
try following….
hr {
border: 0;
height: 1px;
color: #F5F5F5;
background-color: blue;
}