I have a <hr> which isn’t showing.
HTML:
<div id="line"><hr /></div>
CSS:
hr {
border: 0;
width: 96%;
color: #FFFF00;
height: 1px;
}
#line {
float: left;
width: 731px;
height: 10px;
}
Any ideas why it’s not showing?
try this code :
JSFiddle link http://jsfiddle.net/EXXrB/
Hope it will help you to resolve your problem.