css & ajax

  • Thread starter Thread starter magic kat
  • Start date Start date
M

magic kat

I get a lot of errors in my css files when I build a web project that uses
ajax controls. They seem to work fine, but it's a pain when I am debugging
and it always displays these errors. "Lemonchiffon" seems to be a common
error; FILTER is not a known CSS property name, and more. How can I get
Visual Studio to ignore these errors?

Thanks for your help.
 
Those are validation errors, indicating that the CSS is not conformant with
the standard. If you want Visual Studio to ignore them, you will have to
configure it tonot validate CSS. This is done via Tools/Options, under Text
Editor/CSS. In the CSS-Specific item. uncheck "Detect invalid values".

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top