How to use Firefox Firebug on Superfish v1.4.8 Vertical Menu sample but on the sub-menus not the top menu.
I basically want to be able to freeze Firebug on a sub-menu selection to process but unsure how to.
Thanks.
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.
You can set a breakpoint within the menu’s javascript handling code to abort processing before any of the mouse-out or “hide the menu” type code is executed, which would leave the menu in the open state for you to inspect. You do that via the ‘Script’ tab in Firebug and right-clicking on the code line(s) you wish to break on.