Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/09/2009, 01:44
Avatar de yosoyraro
yosoyraro
 
Fecha de Ingreso: enero-2009
Ubicación: Madrid
Mensajes: 26
Antigüedad: 15 años, 3 meses
Puntos: 0
Problema con fondo titulo elastico

Hola amigos, tengo un fondo para poner a unos títulos con el siguiente código:

Código:
BUTTON
{
	border: none;
	background: none;
	padding: 0;
	margin: 0 0 0 -28px;
	width: auto;
	#width: 300px;
	overflow: visible;
	height: 50px;
}
BUTTON SPAN, BUTTON EM
{
	display: block;
	height: 50px;
	margin: 0;
}
BUTTON SPAN
{
	padding-left: 20px;
	background: url(images/titulosbg2.jpg) no-repeat 0px 0px;
}
BUTTON EM
{
	padding-right: 20px;
	background: url(images/titulosbg2.jpg) no-repeat 100px 0px;
}
Funciona bien pero no en IE7, conocéis alguna forma de solucionarlos en IE7?

Gracias por vuestra ayuda :)
Saludos