You are correct: Opera doesn't do opacity.
Actually a quick test in Opera 9.24 (PC) shows that Opera does do opacity; so opacity support isn't the issue. Perhaps a selector/inheritance issue? Test case: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Opacity test</title> <style type="text/css"> body { color:#000; background: #fff; } h1 { opacity: 0.5; } h1:hover { opacity: 1; } </style> </head> <body> <h1>opacity test</h1> <p> Hover over the heading in Opera 9.24+ and the grey (50% opacity black) will come back to solid black.</p> </body> </html> cheers, Ben -- --- <http://weblog.200ok.com.au/> --- The future has arrived; it's just not --- evenly distributed. - William Gibson ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
