css & ajax

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • magic kat

    css & ajax

    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. "Lemonchiff on" 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.


  • Kevin Spencer

    #2
    Re: css & ajax

    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:


    "magic kat" <katmagicblue@y ahoo.comwrote in message
    news:upuIRv04HH A.600@TK2MSFTNG P05.phx.gbl...
    >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. "Lemonchiff on" 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.
    >

    Comment

    Working...