Google

Tuesday, October 18, 2011

CSS - different align issues - align divs and controls inside div


div will start from the right, controls inside it will start from the left
<div style="float: right;">
div will start from the right, controls inside it will start from the right
<div style="float: right; text-align:right;">

No comments:

Post a Comment