Link to home
Create AccountLog in
Avatar of GrimReeper
GrimReeperFlag for Australia

asked on

Help with CSS 3.0 w3 validation

As the title suggests I having problem getting my CSS code to pass validation. I got 2 lines they are causing me trouble. I don't care how they are changed but I need the functionality to remain if possible.
opacity="80";
 
filter:alpha(opacity=80);

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of David S.
David S.
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of GrimReeper

ASKER

Sweet