I went ahead and moved it from my module xml over to the html file. This seems to fix the problem. This seems like a bug to me in whatever way gwt is deciding to load the css file.
On Sep 8, 5:11 am, Folke <[EMAIL PROTECTED]> wrote: > Do you inject your stylesheet with GWT? Then remove the entry from > your module xml and put a <link> tag in the HTML header. I don't think > there's a way to pause your app until the CSS is loaded. > > On 8 Sep., 10:41, bc <[EMAIL PROTECTED]> wrote: > > > Hey everyone, > > > I'm having a slight problem with my CSS loading when my app starts > > up. What will happen is my page will load without any css (takes a > > couple seconds). Then once this is done, the css will take affect and > > the page is presented correctly. Is there any way to pre load the > > css, or at least stop the page from being displayed until the css is > > completely loaded? > > > Thanks, > > bryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
