css & ajax

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.
 
K

Kevin Spencer

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top