CSS property window for VS 2005

This will be quite handy, I think. A property window for editing CSS plugin in VS 2005 (sadly, I'm using VWD these days, so I can't really use it too much)


Visual Studio 2005 provides some capabilities for visually editing the styles for elements in an HTML or ASP.NET page. For example, in Design view, you can right-click a control or element, and then choose Style to display the Style Builder dialog box. Although the style builder enables you to create and edit in-line styles, there's no way to edit the styles that are inherited from a linked style sheet.  The new CSS Properties window provides this capability — it enables you to edit both in-line styles and styles in linked style sheets.

The CSS Properties window is an add-in package to Visual Studio 2005. It does not change the behavior of any feature in Visual Studio 2005; it simply adds additional functionality specific to editing CSS in Design view.
Print | posted on Tuesday, December 13, 2005 9:56 AM

Feedback

# re: CSS property window for VS 2005

left by Anonymous at 12/15/2005 10:32 PM Gravatar
It's nice to see how agile the ASP.NET team is. Doesn't seem to be contagious though...i guess it's still early.
Comments have been closed on this topic.