Click here to Skip to main content
15,921,028 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
Hi I Use from css in my web site. By I don’t use of css3. How can I use it? (by ASP.Net – c# - VS2010)
Thanks very much
Posted

Please see my comment to Solution 1. Only the support of the browser is important, more exactly, of its layout language. To learn what is supported and what is not, and by what engine, please see:
http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28CSS%29[^].

—SA
 
Share this answer
 
Comments
Pankaj Nikam 31-Jul-12 1:44am    
Agreed to your point too!
Sergey Alexandrovich Kryukov 31-Jul-12 2:01am    
Thank you for this note.
--SA
Pankaj Nikam 31-Jul-12 2:03am    
You are welcome and +5... :)
Sergey Alexandrovich Kryukov 31-Jul-12 2:08am    
Thank you, Pankaj.
--SA
By default CSS3 is not supported on Visual Studio 2010. However you can download a extension of Visual Studio to support not only CSS3 but HTML5 too. Get the extension here[^]. Just make sure that you have Service Pack 1 of Visual Studio, installed.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 30-Jul-12 23:23pm    
This add-on is needed only for validation and intellisense. To support CSS3 and HTML5 one would not need it. Only the browser support is important (and no browser supports HTML5 and CSS3 fully these days).
--SA
Pankaj Nikam 31-Jul-12 1:43am    
Oh agree with your comment. HTML5 and CSS3 are browser dependent features. Most of the people think that having intellisense means a support in Visual Studio. Hence I provided a link to an extension. Thanks for your point though! :)
Sergey Alexandrovich Kryukov 31-Jul-12 2:00am    
Thank you for this note.
--SA
Pankaj Nikam 31-Jul-12 2:04am    
Actually I have to thank you... :)

Anyway, you are welcome :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900