I have 3 forms on a site I am developing - http://79.125.12.14/contact/
They work fine on firefox et al, but they have this strange 'jumpy' effect in ie7. I'm a bit stumped.
The forms are embedded Javascript Wufoo forms.
Any ideas out there?
I have 3 forms on a site I am developing - http://79.125.12.14/contact/
They work fine on firefox et al, but they have this strange 'jumpy' effect in ie7. I'm a bit stumped.
The forms are embedded Javascript Wufoo forms.
Any ideas out there?
I think this is due to Wuform embedding that surely listen for load events on IE before getting its maximum size.
var s7x3k7 = new WufooForm();
s7x3k7.initialize({
'userName':'cbtech',
'formHash':'s7x3k7',
'autoResize':true,
'height':'514'});
s7x3k7.display();
Maybe you should remove autoResize and put a fixed width in the options.