Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hr differences between IE & Firefox

Status
Not open for further replies.

multichild

Programmer
Jan 28, 2006
76
GB

The site above when viewed in IE & Firefox produces different results for the HR tag.

The css code below is what I am currently using...

hr {
border: 0;
border-top: 1px dashed #222222;
color: #043;
height: 1px;
width: 100px;
margin: 5px 0px 5px 0px;
}

Thanks

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top