Hi,

I can't figure out how to set a background image for the entire screen
in uibinder.  I tried something like:

        <ui:style>
                .chrisp {
                        width: 100%;
                        height: 100%;
                        background-image: somethinginterestinghere;
                }
        </ui:style>

        <g:HTMLPanel styleName='{style.chrisp}'>
                <div>
                        <g:HTMLPanel>
                                <af:MainMenu />
                        </g:HTMLPanel>
                        <g:HTMLPanel>
                                <g:FlowPanel ui:field="contentPanel" />
                        </g:HTMLPanel>
                </div>
        </g:HTMLPanel>


what happens is that the gradient only fills the portion of the screen
that has something on it, in other words setting the background image
sets it in a (currently) 2 centimeter or so part of the screen then
just stops.


I think what I need to do is get to the REAL <body> tag somewhere, but
I can't figure out how.

--Chris

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