What are the current usability guidelines for the size of buttons (or anything clickable) on web pages?
|
migrated from stackoverflow.com May 19 '11 at 9:26
|
there are no "official" guidelines for this, so i would recommend to simply take a look at some famous sites. lets's take SO as an example - it wouldn't be such popular without:
for more information, you could ask google for ergonomic ui and take a look at this (it's not specific for websites/webapps, but good points anyway) |
|||
|
|
|
Someone asked a question about the size of clickable elements and no one has mentioned Fitts's Law? http://en.wikipedia.org/wiki/Fitts_law http://particletree.com/features/visualizing-fittss-law/ All other considerations aside, Fitts's Law says (aproximately) "Bigger is better, but you'll get more return from changing from small to medium than medium to big.) |
|||
|
|
|
One thing to consider is if you'll be aiming to add touch capabilities to your site. If so, that's a factor to take into consideration. On a touch device you'll want more space between buttons and, ideally, larger buttons (or at least larger target areas) |
|||
|
|
|
IF you wish to follow Windows UX guidelines, there are indeed guidelines for the size of the button. This can be replicated to Web applications. But not sure if you would do that for web pages. 23px is what windows UX guidelines say |
|||
|
|
|
As large as possible. The larger a clickable item is, the easier it is to click on. There are of course other factors that conflict with this, like that you want to have room for other things than just buttons... |
|||||||
|
|
You can find out more information about this at below mentioned link. http://www.jaysonjc.com/programming/top-10-web-application-usability-guidelines-checklist.html I think it may be help |
|||
|
|