Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

opacity don't work in FF for windows but under ubuntu whats the differens

  • 1 respuesta
  • 1 tiene este problema
  • 14 visitas
  • Última respuesta de cor-el

more options

I have written this lines in an wordpress twenty ten child.

#wrapper {
	background: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
	padding: 0 20px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}


rgba works just fine in firefox 3.6 under Ubuntu 10.10, but in Firefox 3.6 under Windows XP it don't.

I have written this lines in an wordpress twenty ten child. <pre><nowiki>#wrapper { background: rgba(255, 255, 255, 0.8); margin-top: 20px; padding: 0 20px; -webkit-border-radius: 12px; -khtml-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }</nowiki></pre> rgba works just fine in firefox 3.6 under Ubuntu 10.10, but in Firefox 3.6 under Windows XP it don't.

Modificadas por cor-el el

Todas las respuestas (1)

more options

Try background-color if you only intend to set that property.

background-color: rgba(255, 255, 255, 0.8);

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25