Wednesday, July 27, 2011

Re: page background color

This should work:

body {
background-color: #FFFFD2 !important;
}

There is no need to mess with setting a class in your code.

Andrei

On Jul 26, 4:12 pm, Robert Lockwood <rnlockw...@gmail.com> wrote:
> I'm really new at all this but really frustrated in that I cannot change the
> page background color in the GWT example MyWebApp that demonstrates Asynch.
>
> I put this in the CSS file, both as the first item and then as the last.
> (Tried other things as well.)
>
> body {
>     background-color: #FFFFD2;
>
> }
>
> Occasionally when the page loads it quickly blinks the color but always
> displays a white background. Why is this happening?
>
> I'm using Eclipse Helios on Ubuntu.
>
> --
> When I was 12 I thought I would live forever.
> So far, so good.

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

No comments:

Post a Comment