Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/01/2008, 13:51
helacer
 
Fecha de Ingreso: mayo-2006
Ubicación: Bogotá
Mensajes: 2.061
Antigüedad: 18 años
Puntos: 50
Problema con Estilo Menu

Tengo este estilo en un menu pero en Internet explorer funciona correctamiente y en firefox no me salen las pestañitas.

Cual puede ser el problema.

Web
http://corabastos.net/index.php?opti...tpage&Itemid=1

Código HTML:
a.mainlevel{
	margin:0px;
/*	display:block;*/	
	text-decoration: none;
	margin:0px;
	text-align:center;
/*    text-indent:10px;*/
 	width:73px;
	height:32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#001400;	
	background:url(../images/boton_menu_tot.gif) no-repeat;
	margin-left:0px;
	background-position: 0px 0px;
 	line-height: 25px;
}

a.mainlevel:hover{
	color:#000000;
	text-decoration: none;
	background-position: 0px -34px;
}