Why table based layouts have border-collapse: collapse? They look
different on IE and FF because of this.
Border-collapse does not work on IE6/7 (basically on IE7 this does not
override cellspacing, and IE6 completely ignore is). But it works on
FF2/3 and on FF tables completely ignore cellSpacing and cellPadding.

I have to set style="border-collapse: separate" for every layout to be
able to use setSpacing() on Vertical or HorizontalPanel.

Is there any reason for it, or it should be considered as a bug?

--~--~---------~--~----~------------~-------~--~----~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to