PhpEd is giving me a syntax error for the following which I think is okay. It is from a seperate package and appears to work. Doing a lookup on the web suggests this is a work around for IE.
.TB_Button_Off
{
filter: alpha(opacity=70);
opacity: 0.70;
}
|
The error indication is at the = and says "unexpected ="
It is also giving me a syntax error on the following
table:not([border]),
table:not([border]) >tr >td, table:not([border]) >tr >th,
......
{
border #d3d3d3 1px dotted;
}
|
It is giving an error at the first [ saying unexpected "[", expecting space or identifier or ")"