user802447
user802447

Reputation: 1

CSS3 not working on visual studio 2010

I have a solution built in Visual Studio 2008 and wish to add some new features of CSS3, hence I converted the solution to Visual Studio 2010.

Even after its successful conversion I am still not able to see the CSS3 features. I need to use border-radius property of CSS3.

Can I use it on the solution converted from Visual Studio 2008 to Visual Studio 2010?

Please help.

Upvotes: 0

Views: 712

Answers (2)

bltavares
bltavares

Reputation: 317

Maybe the visual studio doesn't auto-complete the code but the css3 conditions will work on any browser compatible (Chrome, FF, EI9, Opera, Safari),since it's all CSS and not compiled by Visual Studio.

Give it a try on one of those browsers (:

Upvotes: 1

Wade73
Wade73

Reputation: 4509

I believe there is an update coming that will address that issue, but you should be able to view any CSS3 change when running the site.

Upvotes: 0

Related Questions