> Does the application not freeze up if you don't include the style > sheet? It could just be a lot of DOM operations and not related to > CSS. When I use a style sheet with a few entries I get very fast rendering.
> In terms of best practice, I guess the fewer CSS files you have, the > better. This way you avoid having to make numerous round trips to the > server to get linked style sheets. Also, check out CssResource in the > incubator which allows you to bundle CSS like ImageBundle bundles > images:http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=go... I saw this but was wondering about whether this would break up the CSS definitions into manageable small chunks or just fill up the styling table in the browser with the equivalent of a large CSS file. I was wondering if I could load small css styling info for my widgets via RPC and set the styling info via DOM.setXXX for each widget whether this would get faster rendering for me. Do you have any idea. John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
