Hi,
I have a form in wizard mode that has multiple tabs. Each tab DIV has the same height setting. In some cases the tab height is too much that forces the naviation buttons (Previous, Next, Save and Cancel) to be out of sight at the bottom. I defined a class in the Tab CSS with the correct height, but the generated code overrides this with the standard height like this: style="height: 547px;"
How can I force a tab DIV to have a different height?
Thys