Hi Norman,

Bob & I just double checked to make sure that the CSS is injected properly -
we use it in the HelloGadgets demo.

This kind of problem would probably best be diagnosed with a web browser
debugger like Firebug.  Check to see that your .css data is actually being
loaded into your browser (DFIGadget.css should be in your 'public'
directory). Or maybe there is a typo in a class name somewhere?

-Eric.

On Sun, Sep 14, 2008 at 11:27 AM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

>
> Hi all,
>
> I try to build a Gadget with GWT4Gadgets. I added some basic CSS file,
> but it seems to get not used. I tried to set the grids first column
> color to blue with:
> grid.getRowFormatter().setStyleName(0,"headerStyle);
>
> In css I have:
>
> .headerStyle { background-color: blue; }
>
> In the module xml file it get "included" with:  <stylesheet
> src='DFIGadget.css' />
>
> But it just seems to not work. Is there anything I miss ?
>
> Thx,
> Norman
> >
>


-- 
Eric Z. Ayers - GWT Team - Atlanta, GA USA
http://code.google.com/webtoolkit/

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