Đây là giao diện mẫu được thiết kế sẵn bởi Admin và có sự hướng dẫn của ZendVN. Mục đích: Để chia sẻ cho các bạn và phục vụ dịch vụ thiết kế website của mình sau này. Đây là giao diện button 02 Sau khi rê chuột vào button: Xem DEMO Đây là CODE html các bạn chỉnh sửa cho hợp lý nhé. Sau này bạn không cần phải thiết kế lại button dạng này nữa. CODE: Select All <!doctype html><html><head><meta charset="utf-8"><title>Button 04</title><style type="text/css">*{ margin: 0px; padding: 0px;}.block{ width: 300px; border: 2px solid red; margin: 30px auto; text-align: center; padding: 10px;}.btn-link{ font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; color: black; text-decoration: none; display:inline-block; background:url(images/bg_button_a.gif) right top no-repeat; padding-right: 18px; }.btn-link span{ display: block; background: url(images/bg_button_span.gif) left top no-repeat; padding: 5px 0px 5px 18px;}.btn-link:hover{ background:url(http://cnttqn.com/lap-trinh-web/images/bg_button_a.gif) right bottom no-repeat; color: red;}.btn-link:hover span{background: url(http://cnttqn.com/lap-trinh-web/images/bg_button_span.gif) left bottom no-repeat;} </style></head><body><div class="block"><a class="btn-link" href="#"><span>Hello Word</span></a></div></body></html>