I’m using google chrome 5.0.307.9 beta under ubuntu 9.10 and it seems not properly render css opacity.
Using “opacity: 0.5;” under both windows chrome or windows/linux firefox make my element half transparent, but this attribute seems ignored on linux chrome. This was working on previous versions.
Any ideas about what’s going on ?
For sure this is a bug in google chrome itself. using opacity: 0.5 is totally valid CSS markup, and it will work on the windows [and mac?] versions of chrome.
For now, all you can do is… try using a different browser [firefox/safari/konqueror], or ignore that your div isn’t partially transparent until the fix comes.
I know that isn’t really a solution, but I don’t think there is much that you can do =/
Hope that helps.