Hello,
 everybody!
I try to create layout with two  TabLayoutPanel widgets. (One's tab is
the parent for another)
This is the code. It works fine in chrome. But in IE inner
TabLayoutPanel's tab takes whole window. It looks like
it's parent (LayoutPanel)  doesn't exist. Any ideas how to fix it?

Thank you,
  Andrey


        <g:TabLayoutPanel barUnit='PX' barHeight='20'>
                <g:tab>
                        <g:header size='7'>
                                <b>Top HTML</b>
                                header
                        </g:header>
                        <g:Label>able</g:Label>
                </g:tab>
                <g:tab>
                        <g:header size='7'>
                                one more
                        </g:header>
                        <g:LayoutPanel>
                                <g:layer left='0' width='20em'>
                                        <g:Label>this is label</g:Label>
                                </g:layer>
                                <g:layer left='20em' right='0'>
                                        <g:TabLayoutPanel barUnit='PX' 
barHeight='20'>
                                                <g:tab>
                                                        <g:header size='7'>
                                                                <b>HTML</b>
                                                                header
                                                        </g:header>
                                                        <g:Label>One more 
label</g:Label>
                                                </g:tab>
                                        </g:TabLayoutPanel>
                                </g:layer>
                        </g:LayoutPanel>
                </g:tab>

        </g:TabLayoutPanel>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to