Solucioné el impase.. Parece ser que el sueño o la costumbre de "ver" sin 
"mirar" no me percaté que estaba duplicando la codificación con diferentes 
valores.

Por alguna razón Explorer acató la segunda codificación y Firefox no.

Cosas del Orinoco.

Saludos

--
Miguel Flores Franco
Pixelperú - Arte y diseño web basado en estándares
http://www.pixelperu.net . http://www.limanetwork.com 
Telf.: (1) 567 7475 . Cel.93928921
Messenger: [EMAIL PROTECTED] 
"El que no se equivoca nunca, es porque nunca hace nada"
----- Original Message ----- 
From: Miguel Flores 
To: Ovillo, la lista de CSS en castellano 
Sent: Saturday, September 01, 2007 9:13 PM
Subject: display: none, que no funciona en Firefox.


Buenos días, si alguien me pudiese hechar una mano le estaré agradecido:

Estoy teniendo problemas con una etiqueta SPAN cuya imagen de fondo con el 
titular se muestra perfectamente, y el texto alternativo 
(<SPAN>anhorighjalp</SPAN>) se llega a ocultar en IE6 e IE7 pero no sucede lo 
mismo en Firefox 2.0.0.6. dando como resultado que éste quede a la luz.

He tratado por todos los medios pero no sé que pueda estar haciendo mal. 

Los códigos HTML y CSS son los sgtes: (resumo la codificación debido a su 
extensión)

---------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="sve" lang="sve">
<head>
</head>
<body>
<div id="mainContent">
          <div id="anhorighjalp">
           <h3><span>anhörighjalp</span></h3>
            <p>Att som anhörig hamna i kris<br />
            Många  föräldrar och anhöriga hamnar i kris  då barnet blivit 
utsatt för  sexuella övergrepp och  behöver eget stöd.  Därför finns föreningen 
anhöriga till sexuellt utsatta barn. </p>
          </div>
</body>
---------------------------------------------
El CSS:
---------------------------------------------
#anhorighjalp {
 margin-left: .5em;
 width: 460px;
 padding-top: .3em;
 padding-bottom: 1.5em;
 text-align: justify;
 background:none;
 clear: both;
}
#anhorighjalp h3 span,
{display: none;
}

#anhorighjalp h3 {
 width: 430px;
 height: 40px;
 background-image: url(../images/titulares/anhorighjalp.jpg);
 background-repeat: no-repeat;
 background-position: 0px top;
}
---------------------------------------------
ya llevo dos días enteros y aunque he pensado dejar este asunto para el final, 
me intriga el hecho de no poder conseguir el objetivo de ocultar el texto. Es 
la primera vez que me sucede.

Gracias

--
Miguel Flores Franco
Pixelperú - Arte y diseño web basado en estándares
http://www.pixelperu.net . http://www.limanetwork.com 
Telf.: (1) 567 7475 . Cel.93928921
Messenger: [EMAIL PROTECTED] 
"El que no se equivoca nunca, es porque nunca hace nada"
_______________________________________________
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://lists.ovillo.org/mailman/listinfo/ovillo

Responder a