Estoy haciendo una barra para el footer que tiene las esquinas redondeadas, esto va bien en IE7 pero no en Firefox. ¡Ayuda!
Código HTML:
 .footer{
	float: left;
	text-align: center;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	background: #D2D3D5 url(footer-left.gif) no-repeat left bottom;
}
.footer .right{
	background: url(footer-right.gif) no-repeat right bottom;
	height: 30px;
	margin-top: 0;
}
.footer .right p{
	margin-top: 5px;
}
<div class="footer">
	  <div class="right">
	     <p>Privacidad | Aviso legal</p>
	  </div>
</div> Gracias!
 
 



