When I view my site in IE7 the

<hr />

has a weird gray border around it.

How do I get ride of it?

Link to my site: http://julianjosephs.com/

link|improve this question

74% accept rate
does it have an outline? you could try setting outline: 0 none; – zzzzBov Nov 7 '10 at 7:53
feedback

2 Answers

up vote 0 down vote accepted
<hr style="border:0;" />
link|improve this answer
does not work from css stylesheet, duh – billitch Sep 8 '11 at 9:59
feedback

If font-size:1px; height:0; border:0; doesn't work, just use a plain ol div instead of an hr.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.