A ver si te sirve con esto (a mí me va bien en Internet Explorer y Firefox):
 
Código:
 <html>
<head>
<style type="text/css">
#linea
	{color: #ff0000;
	width: 100%;
	height: 3px;
	background-color: #ff0000;
	border: 0;}
</style>
</head>
<body>
.....
<hr id="linea" />
.....
</body>
</html>   Suerte 
