We r using gwt ext widgets.while using those we r getting some
problems .
I hope any help us.......

If we r using Mozilla we not getting any prob...but while using IE
versions some difference in space between widgets.....sample code


DateField date=new DateField();
date.setStyle("margin-top:0px;margin-bottom:0px;");

ComboBox cb=new ComboBox ();
cb.setStyle("margin-top:0px;margin-bottom:0px;");

FlexTable ft = new FlexTable() ;
ft .setWidget(0,0,date);
ft .setWidget(0,1,cb);

we r getting more space between  widgets in IE vertions(browsers),but
fine in Mozilla


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to