Maybe it’s just a silly problem that I have overlooked.
The button above the table and the delete button both obeyed the box-shadow in the :active clause but the one the the 5th cell doesn’t.
I am using Chrome 23.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you want your button to be in the 5th td? If yes than remove this
Demo
Or if you want your button to be right there(Outside Table), replace
#table buttonwith the below stylesDemo 2
And also add this