PDA

View Full Version : Opacity filter in opera - jaggy text :-(


jerry2
07-01-2006, 06:56 PM
Hi there

I am pulling my hair out. I wanted to make a menu using transparent box. Of course I wanted to have black text and transparent background, but this doesn't work of course. Everything is transparent to the % I set :-(

But Ok, I am using 80%, so this is no big deal, instea of black text I have a little less black text...:

filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;

But problem is only in Opera again :-( Please look at my page http://www.futuretech.si/test in Opera and Firefor or IE. Opera doesn't render the bold text properly :-( It is jagged. The reason is the 80% transparency, as without it, the text is Ok...

Is there a way over this? If not, is there a way to check if client is using Opera and disable the CSS opacity: 8.0; in this case? I can leave out this command but Firefox also uses it, so I would rather have just a Opera disable the Opacity if possible.

Or maybe is there any other way to use stronger text instead of bold? Seems that bold is the problem in rendering here.

Yours

Jerry