My JQuery UI vertical slide doesn’t work in Firefox because of the display:table-cell used on .label for vertically centering the text.
See: JSFiddle
How can I fix in Firefox yet retain the vertical centering?
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.
Simply make a div outside the label and animate the div instead:
HTML:
jQuery: