Delete

Should a 'delete image' button be on the top-left or top-right?

Should a 'delete image' button be on the top-left or top-right?

Top right. This is a general User Interface design pattern which users are used to. To do something different would not be advised.

  1. Should delete be on left or right?
  2. How do I get the delete button to show in the top right corner of an image?

Should delete be on left or right?

However, when dealing with text, pressing the Del deletes text to the right of the cursor. Pressing Backspace deletes text to the left (backwards) of the cursor. For example, if you click at the end of the example text below and press delete, nothing happens because there's no text to the right.

How do I get the delete button to show in the top right corner of an image?

You'll need to wrap the image in a container, then have the image and as well as a close-button inside of the container. Something like: <div> <img> <span>X</span> </div> . You'll want to give the image a relative positioning to be able to stack it below the span.

Best way to show users that they have to select an option
What is used to allow the user to select one of the options displayed?What allows the user to select only one option at a time from a group? What is...
What is the name of the feature shown in the screenshot below?
What is the name of screenshot?Where is my screenshot feature?Which of the below is used to capture screen images?How do I add a screenshot feature? ...
Gamification in university web app
How gamification can be used in education? How gamification can be used in education?Gamification in education means that educators apply game desig...