I am getting a similar problem with setting the background image in a
flex table. The image seems to be set for the table as a whole and
then also for each cell in the first column. The problem started
occuring after upgrading to 1.5 from 1.3. (It also doesn't happen in
Firefox, just IE7)
--~--~--
Hi,
I found a bug in gwt grid.
I just set a normal background image:
css code:
.myMainGrid{
background-image: url('http://code.google.com/webtoolkit/
logo-185x175.png');
}
java code:
public class Tester extends Composite {
Grid mainGrid;
public Tester() {