The answer was right in front of me in the documentation all the time. Impromptu css has:
div jqi {
width:400px;
.....
}
So, I set up an alternative:
div jqiwide {
width:800px;
.....
}
Then a call for Impromptu for a wide instance:
$.prompt(sFirstText,{prefix:'jqiwide'});
Terry source
share