Is this valid CSS code
Posted: Mon Sep 28, 2009 3:16 pm
Is the following valid CSS code?
Reason I ask is my current editor is showing it as a syntax error. It was part of code in a package and have tried looking it up and believe it is a work around for IE. If it is valid I will make a bug report about it.
--John
--edit. Put the dot in front of TB_Button
Code: Select all
.TB_Button_Off
{
filter: alpha(opacity=70);
opacity: 0.70;
}
--John
--edit. Put the dot in front of TB_Button