Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Learn More

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

  • 1 Mbohovái
  • 1 oguereko ko apañuái
  • 14 Hecha
  • Mbohovái ipaháva 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.

Moambuepyre cor-el rupive

Opaite Mbohovái (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