NetTalk Central

Author Topic: Overriding the height of a tab  (Read 2569 times)

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Overriding the height of a tab
« on: October 12, 2011, 01:03:19 AM »
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