Styles of “DELETE” button on web apps
Classical Style
Showing the confirmation dialog box when clicked. It’s typical and easy to code: only one JavaScript method
. But it might be used too much. I have been ordered from my client like this. “Not enough. Show the dialog box twice or thrice.” No kidding!!
del.icio.us Style
Simple and very efficient. I love this style.
WordPress Admin Style
The background color of the delete button changes to red when mouseover. Nice effect! Users should attend to before clicking the button. Moreover, you could apply it to the existing apps with a few css code. (Although IE does not support :hover on elements other than links <a>, csshover.htc enables pretty much unlimited :hover usage in IE.)
Keep working!
About this entry
- Published:
- 2006/08/03
- Category:
- web development
- Tags:
-
user-interface
- Response:
- 0 comment | 0 trackback
- Bookmark:
0 user
1 users
0 user
オススメ



No Trackbacks
trackback uri:コメントやトラックバックは承認待ちになる場合がありますので、すぐに反映されない場合はしばらくお待ちください。