Hi, I had more or less the same problem : an object extending DecoratorPanel, with its own style defined in the same style sheet than the DecoratorPanel one and set by "setStyleName" . The style seemed to not be applyed when my object was placed inside a DecoratorPanel.
Thank's to Firebug, I found that I must declare my object style AFTER the decorator panel style in the css file (I'm beginer in CSS), instead of what the DecoratorPanel style overwrite my object style. Moving the CSS declaration solved the problem. Hope that's be helpful. Bernard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
