I’m using jQuery UI to do some tabs but I wan’t one of the tab to be to the right so I figured I’ll use jQuery to change the CSS to float:right but that doesn’t help.
Do anyone know a better solution or how I can edit the CSS of one tab?
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.
Adding
float:rightworked for me. Are you adding it to the right element?