I am using this plugin ..but this plugin http://jquerymsgbox.ibrahimkalyoncu.com/ is not working in IE7.
Can anyone help me in fixing the issue..Please tell me what is the issue ..why this plugin is not working in IE7.Thanks in advance
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.
Any way…the issue is solved here is the updated plugin code…
tested with IE7,IE8,Firefox 9..
Important lesson learned: Plugin previous code is trying to create new message box DIV in HTML tag. Due to some reason IE7 is not showing message box div which is a direct child of HTML tag . I have changed the plugin code to create message box div inside body tag and not html tag,so the plugin is now working fine in IE7,IE8,Firefox9.