Message in line 254 at character 4: (Styles->General Compatibility) [603] The outline CSS properties are official CSS2 (but not CSS1) properties but are not currently supported by Internet Explorer, Netscape, and Opera. This includes Internet Explorer 6.0-, Netscape 6.2-, and Opera 6.0-. The outline CSS properties are "outline", "outline-color", "outline-style", and "outline-width".
This is the code:
- Code: Select all
* object {
outline: none;
}
I take it this message is different now, given we have IE7 and IE8? I guess it is not critical but there is no alternative methodology is there?
Andrew


