opacity don't work in FF for windows but under ubuntu whats the differens
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.
Được chỉnh sửa bởi cor-el vào
Tất cả các câu trả lời (1)
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.