Command buttons position - UI design - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T19:01:55Zhttp://stackoverflow.com/feeds/question/847829http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/847829/command-buttons-position-ui-design1Command buttons position - UI designDavorin2009-05-11T12:15:52Z2009-05-11T12:22:21Z
<p>Which design do you use? What is the size of a button? In which order?</p>
<p>Do you prefer</p>
<ul>
<li>A=OK</li>
<li>B=Cancel</li>
</ul>
<p>or </p>
<ul>
<li>A=Cancel</li>
<li>B=OK</li>
</ul>
<p>Do you use "Windows" button size: 80x24 px or your own?</p>
<p><img src="http://www.quercus-lab.com/images/so/ui%5F1.png" alt="Design 1" /> <img src="http://www.quercus-lab.com/images/so/ui%5F2.png" alt="Design 2" /> <img src="http://www.quercus-lab.com/images/so/ui%5F3.png" alt="Design 3" /> <img src="http://www.quercus-lab.com/images/so/ui%5F4.png" alt="Design 4" /> </p>
http://stackoverflow.com/questions/847829/command-buttons-position-ui-design/847839#8478393Answer by Eoin Campbell for Command buttons position - UI designEoin Campbell2009-05-11T12:19:38Z2009-05-11T12:19:38Z<p>Stick to the windows standard.</p>
<p>OK | Cancel | Apply</p>
<p>Use the same size button where possible.</p>
<p>Right align them, below the content of the window.</p>
<p>Use the UI in the Windows Control Panel (Display Settings / Date & Time / Keyboard) as an example.</p>
http://stackoverflow.com/questions/847829/command-buttons-position-ui-design/847842#8478422Answer by Josh G for Command buttons position - UI designJosh G2009-05-11T12:20:04Z2009-05-11T12:20:04Z<p>Option #2 is fairly standardized. Always put OK before Cancel.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/aa511453.aspx" rel="nofollow">Microsoft</a> recommends 75pix by 23pix for both buttons.</p>