yep ;)...i meet a similar problem maybe with IE you have to directly set the attribute e.g. DOM.setStyleAttribute(testtableinstance.getElement(), "overflow", "auto");//i have already tested it and it functions ;) DOM.setStyleAttribute(testtableinstance.getElement(), "height", "285px");
try and let me know (another alternative is to retrieve the object with ID) and make the same settings) patrizio 2009/7/14 shree <[email protected]> > > #test-table .em-section-table-panel { height:285px; overflow:auto; } > > i have tried to use this attribute for a panel in GWT, the scrollbar > works fine in FF3.3. But the scrollbar doesn't come properly in IE. > Has anyone come across the same problem? Please help me to fix this. > Thanks in advance. > > Regards, > Jey > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
