-
Website
http://www.jurecuhalev.com/blog -
Original page
http://www.jurecuhalev.com/blog/2009/03/08/the-great-okcancel-button-dilemma/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
andraz
1 comment · 1 points
-
tarable
3 comments · 3 points
-
mihaip
2 comments · 1 points
-
Ryan Graves
2 comments · 25 points
-
dude666666
2 comments · 1 points
-
-
Popular Threads
On the web I tend to place the continue/OK button in the lower-right, and the go-back/Cancel button in the lower-left. I think this better matches how the web works, as all browsers have go-back/go-forward buttons in the same order.
As an additional bonus, with both buttons far apart users can't accidentally hit the cancel-button and if you have any additional buttons (apply, clear) that don't move the user off the current page you can stick them in the center.
On showing the way that is most natural to users, you could parse the useragent to figure out how to order the buttons :)
(as a side-note, I'm really annoyed by web apps that place the Save/OK button _above_ the form that you're working on. Zimbra and a couple of other email apps suffer from this. Joomla makes it even worse by placing the Save button above the form, right-aligned with other buttons to the right of it. Madness).
we prefer to use OK/Cancel order, but create hierarchy at the same time by letting only "OK" to appear as a button, and "Cancel" as an ordinary link.
Despite what conventions say, I personally think the main action should be first available to choose from, and for left-to-right languages this would put OK to the left side.
Cheers!