Thanks for the pointer... it worked but after replacing the top <!
DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> tag with following
line

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
TR/html4/DTD/strict.dtd">

for more information look at http://en.wikipedia.org/wiki/Quirks_mode.

For IE to treat it in standard mode you have to place the complete tag
i.e. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://
www.w3.org/TR/html4/DTD/strict.dtd">

thanks once again...

On Mar 3, 8:35 pm, kozura <[email protected]> wrote:
> Looks like you are using LayoutPanel type panels to do the layout?
> You need to set your html to Standards mode (change top of war/
> app.html to "<!DOCTYPE html>, and be sure to follow any other
> instructions on this 
> page:http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#La...
> .
>
> jk

-- 
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