This time it seems solved for good, hopefully. Tested on IE6, Opera
9.4, Firefow on Linux Ubuntu.

The java code is like this

    Grid risul = new Grid(1,4);
    risul.setWidth("100%");

    risul.setWidget(0,0,newRegistaWebItem());
    risul.setWidget(0,1,newVersionItem());
    risul.setWidget(0,2,newWebUserItem());
    risul.setWidget(0,3,newLogoffItem());

    risul.getCellFormatter().addStyleName(0,3,"grid-column-align-
right");

the css is the same as before (beware of the spelling mistake)

.grid-column-align-right
  {
  text-align: right;
  }


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