Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Learn More

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

  • 1 одговор
  • 1 има овај проблем
  • 14 прегледа
  • Последњи одговор послао 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.

Измењено од стране cor-el

Сви одговори (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