I've been able to succesfully use the following workaround method:
background: rgb(42,42,42);
background: rgba(42,42,42,0.7);
However, this only works with background:, and doesn't work with color:.
Does anyone know a workaround to get it to work with color: ?
Thanks in advance
<!--[if lte IE 8]> <style type="text/css"> a#scrollUp { color: #ffffff !important; } </style> <![endif]-->As for @Loktar, I don't think you read my question properly. What's the appropriate thing to do now? Remove this question? – CookieMonster Aug 16 '11 at 18:30