Home  >  Article  >  Web Front-end  >  How vs2010 supports css3

How vs2010 supports css3

藏色散人
藏色散人Original
2021-01-28 10:22:082023browse

How to support css3 in vs2010: First download CSS 3 Intellisense Schema and install it; then use "Win R" to enter "regedit" to open the registry; then copy css30.xml to "schemas\CSS"; finally Just restart VS2010.

How vs2010 supports css3

The operating environment of this tutorial: windows7 system, vs2010&&css3 version, DELL G3 computer.

Recommended: css video tutorial

Visual Studio 2010 also brings NET Framework 4.0, Microsoft Visual Studio 2010 CTP (Community Technology Preview--CTP), and supports Develop applications for Windows 7. In addition to Microsoft SQL Server, it also supports IBM DB2 and Oracle databases.

How does vs2010 support css3?

In VS2010, only CSS1.0, CSS2.0, and CSS2.1 are supported for CSS validation.

After installing Standards Update for VS2010 SP1, there is no CSS3.0 problem in VS2010. The following is my solution:

1. First, go to the official website to download CSS 3 Intellisense Schema

Website: http://visualstudiogallery.msdn.microsoft.com/7211bcac-091b-4a32-be2d-e797be0db210/view/Discussions/1

2, Installation

3, Win R Enter regedit to open the registry

4. Find [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Packages\{A764E895-518D-11d2-9A89-00C04F79EFC3}\Schemas\Schema 5]

5. If there is no Schema 5, create it and create String File = css30.xml and String Friendly Name = CSS3.0.

6. In the path C:\Program Files\Microsoft Visual Studio10.0\ Find the css30.xml in the CSS folder you just installed in Common7\Packages\1033\schemas, and copy it to D:\Microsoft Visual Studio10.0\Common7\Packages\2052\schemas\CSS

Path (Note: This is the path to install VS2010)

7. Restart VS2010

The above is the detailed content of How vs2010 supports css3. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn