I have an animated progress bar and i want to show it on lightbox using onclick event in drupal. So that when i click on submit button it shows a progress bar inside the lightbox.
Please tell me how can i do that?
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.
Lightbox generally uses a CSS class to place the progress indicator. Look in the CSS for lightbox for the class, then create an identical, new class in your theme stylesheet that overrides the class in lightbox.CSS.