I have a parent div id=A which has a width of 100%. I want that all the elements of the div A should be placed to the right.
So I added another div id=B inside A and did a text-align=right on the div A. The width of B is 600px.
However the controls appear left aligned in A. Any suggestions?