Request for encapsulation
Alex...
When working with a large page with many controls, your CSS can get long. No big deal, but let's say you need to update the page and add some more controls/text/images at the top of the page....
To move all the controls down you have to go through all the CSS for absolute elements and handle all the positioning again...
So my question is can we somehow get a method for a container that is the same format as a group? Yeah, I know we can make our own DIVs and use it as a container for placement, but why not just include a way for the group to contain elements?
Any thoughts?
When working with a large page with many controls, your CSS can get long. No big deal, but let's say you need to update the page and add some more controls/text/images at the top of the page....
To move all the controls down you have to go through all the CSS for absolute elements and handle all the positioning again...
So my question is can we somehow get a method for a container that is the same format as a group? Yeah, I know we can make our own DIVs and use it as a container for placement, but why not just include a way for the group to contain elements?
Any thoughts?
John Mason
January 5,