--> Has anyone not associated with Microsoft reviewed this product yet?
I had a play with it (probably a beta) at a conference a couple of
months ago - and had 2 observations:
1) the intuitive visual way that it depicted margins and padding on
elements was awesome. you could drag out the right edge of a container
and then drag out a subtler shaded edge from that - and that lighter
shade was that elements margin. that kind of stuff, as a first
impression, was impressive and very easy to understand.
2) after i added the same amount of margin to each side of an element
in the visual view, i switched to code view and it had written....
{margin-top: 20px; margin-right: 20px; margin-bottom: 20px;
margin-left: 20px;}
instead of ....
{margin: 20px}
....so until they get that sort of thing sorted it seems to have some
pretty basic but fundamental shortcomings in constructing css.
pete
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************