mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

Height settings in smart_wizard.css #8

Open rajasaur opened 12 years ago

rajasaur commented 12 years ago

Smart_wizard.css sets the height of the stepContainer to be 300px. This is not really required as we compute the outerHeight using javascript depending on the content. Setting it hardcoded to 300 fixes the height of the pane to be 312px and the rest of the content is always hidden.

If I remove the 300px in the css, then the outerHeight calculation works as expected. I will need to test this with Ajax content loading as well, but for static content, setting the height in css doesnt seem required.

elroyshilling commented 11 years ago

Hi there,

I have tested the wizard with Ajax content loading: the stepContainer does not grow with dynamic content???

Screen Capture