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
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to