When the cancel button is hidden, i.e. jwizardOptions.buttons = { cancel: true }; the previous button ends up above the next button - it throws the layout off. Trying to dig through source... works fine in IE but not in Chrome.
When the cancel button is hidden, i.e.
jwizardOptions.buttons = {
cancel: true
};
the previous button ends up above the next button - it throws the layout off. Trying to dig through source... works fine in IE but not in Chrome.