hi all,
i am facing some issue with jquery keypad 1.4.0, everything is working fine in firefox, but when i put it in IE7, when i use jquery 1.4.2, the width of the keypad div covers till the width of the screen,
i have now checked with IE developer window, the width is set to auto, left is coming 0px, top is 0px.
in firefox, top=109px, left=100px, width = auto, and the div is showing but correctly.
i tried the bigiframe() also, but no change,
can anyone tell me how i can control the keypad width, i tried many things but it wont change the width from auto to any other value.
can i use the $.keypad.setDefaults() method to set the width to 30%?