I would suggest using a Grid instead of the HorizontalPanel - and then use grid.setCellPadding(0), grid.setCellSpacing(0) and grid.setBorderWidth(0)
If at that point you still have a gap, I recommend using the firebug plugin for firefox for discovering where that extra pixel comes from. On Dec 22, 6:08 am, dduck <[email protected]> wrote: > [...] > Unfortunately I can't make the images flush against each other. > Instead I get an ugly gap between them. > [...] > Any suggestions, help? > > Anders --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
