Delete

What is the best place to put the delete button?

What is the best place to put the delete button?
  1. Should delete button be on left or right?
  2. What is the best color for delete button?
  3. Should primary button be on left or right?
  4. Where is my delete button?

Should delete button be on left or right?

Update: For the positioning of the buttons, I am following Luke Wroblewski's recommendations from eye tracking research for web forms (basically, the best positioning is to have the actions aligned left with the primary action on the left).

What is the best color for delete button?

Used correctly, it can prevent the user from doing something dangerous which cannot be reverted. When designers use red for delete buttons, the color naturally gives users pause due to its connotations. Both deletion of a file or closing an account are good examples of using red in design.

Should primary button be on left or right?

Full page designs should have the primary button on the left side of the page. If the browser window is large, or you have to scroll down to fill out a form, it's best to have the primary button right below the last bit of content on the page.

Where is my delete button?

Many laptops add rows of smaller keys above the Function key line to add keys on a non-standard size keyboard. On this row of smaller keys, the position of the Delete key is positioned at or near the right-hand end.

What user experience principles do website developers use to determine how to create a homepage in general?
What are the 4 principles of web design? What are the 4 principles of web design?Space: In web design, this is often referred to as "white space," o...
Disabling a feature until a button is pressed
How do I disable a button until another button is clicked?How to disable a button in HTML based on condition?How to disable a button in JavaScript af...
Should fieldsets be nested for yes/no questions?
Can Fieldsets be nested?When should Fieldset be used?Does a Fieldset have to be in a form?Can you have a Fieldset without a legend? Can Fieldsets be...