Tim Snadden wrote:
> On 13/05/2009, at 3:59 AM, Niels Matthijs wrote:
> 
>> a {opacity:1;} a:hover {opacity:0.7;}
> 
> Bear in mind that if you want this to work in Internet Explorer you 
> will need to include extra rules (preferably in a separate stylesheet
> included via conditional comments):
> 
> a { filter: alpha(opacity=100); } a:hover { filter: 
> alpha(opacity=70); }
> 

... and for IE8 that would be -

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

Cordially,
David
-- 
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to