My <hr>
element seems to be hidden.
This is the HTML code:
<div id="line"><hr /></div>
And this is the CSS code:
hr {
border: 0;
width: 96%;
color: #FFFF00;
height: 1px;
}
#line {
float: left;
width: 731px;
height: 10px;
}
Can anyone figure out why it's not showing up?