Is it possible to change CSS Validation scheme in VS2010

后端 未结 2 1345
梦谈多话
梦谈多话 2020-12-01 14:02

I\'m editing a simple CSS file in VS2010 and the editor seems to have a rather limited understanding of CSS, for example:

#my-rule {
     position:relative;
         


        
2条回答
  •  青春惊慌失措
    2020-12-01 14:19

    You have a dropdown in the top menu where you can switch the css validation. It's called Cascading stylesheet version for validation. If you can't see it right click on the menu and check Style sheet so it will show.

    screenshot

提交回复
热议问题