Re: Problem with tacos 4.0.1 DojoTabs

2007-01-10 Thread Shing Hing Man
As suggested, it works after the following piece of css is added. .dojoTabContainer{ width: 100%; height: 20em; } Thanks! Shing --- Sam Gendler <[EMAIL PROTECTED]> wrote: > You need to use CSS to specify an explicit height > for the tab > container. A

Re: Problem with tacos 4.0.1 DojoTabs

2007-01-09 Thread Sam Gendler
You need to use CSS to specify an explicit height for the tab container. A change to dojo 0.3.x made this necessary and there is no fix which allows the dynamic height sizing that was possible prior to 0.3.x, short of modifying the dojo code. --sam On 1/9/07, Shing Hing Man <[EMAIL PROTECTED]>