Subject: | is not work in IE |
Summary: | Package rating comment |
Messages: | 8 |
Author: | Marco Neto |
Date: | 2010-11-30 18:17:06 |
Update: | 2011-11-17 14:33:17 |
|
|
|
Marco Neto rated this package as follows:
Utility: | Not sure |
Consistency: | Sufficient |
Examples: | Sufficient |
|
 Marco Neto - 2010-11-30 18:17:06
is not work in IE
 Paul Kevin - 2010-12-02 10:15:38 - In reply to message 1 from Marco Neto
Hi,
which version of IE are you using? I have tested it in all IE browsers and it works perfectly
 Marco Neto - 2010-12-02 11:04:40 - In reply to message 2 from Paul Kevin
ie6, ie7 and ie8
error java-script
"Webpage error details
Message: Invalid argument.
Line: 35
Char: 9
Code: 0
Message: Invalid argument.
Line: 35
Char: 9
Code: 0"
 Paul Kevin - 2010-12-02 11:27:18 - In reply to message 3 from Marco Neto
It was working before in IE, let me find a work around
 Marco Neto - 2010-12-02 14:25:42 - In reply to message 4 from Paul Kevin
of parameter width is null
validate :
if (width == null)
width = 0;
 Paul Kevin - 2010-12-02 14:36:40 - In reply to message 5 from Marco Neto
Thanks
 Paul Kevin - 2010-12-08 12:13:43 - In reply to message 5 from Marco Neto
Hi,
I managed to find out the IE bug, the width and margin issue was also conflicting. Ive changed it to give it a facebook pop up look. Thanks for the support
 Paul Kevin - 2011-11-17 14:33:17 - In reply to message 6 from Paul Kevin
Added new methods and functions. Should work in all browsers
|