It was the combination of a css capitalization mistake (which may not have mattered) and the fact that I was pulling in the GWT css which overwrote my css. Since gwt was loading the css, I saw that slight gap between my css being applied and then disappearing.
Thanks for helping, David Trejo On Mon, Jul 6, 2009 at 2:56 PM, Fred Sauer <[email protected]> wrote: > What was is? > > > On Thu, Jul 2, 2009 at 5:41 PM, David Trejo <[email protected]>wrote: > >> You're right Fred, thanks for the input. >> I solved the problem. >> >> -DT >> >> On Thu, Jul 2, 2009 at 9:11 AM, Fred Sauer <[email protected]> wrote: >> >>> David, >>> I might guess that you're pulling in additional CSS after yours. Use >>> Firebug in webmode to inspect the CSS. It will tell you were all the CSS >>> rules are coming from. >>> >>> Fred >>> >>> >>> On Thu, Jun 25, 2009 at 4:23 PM, Toby Reyelts <[email protected]> wrote: >>> >>>> Hey David, >>>> >>>> I think this is a question you might want to ask on the GWT group. >>>> >>>> On Thu, Jun 25, 2009 at 7:10 PM, DTrejo <[email protected]> wrote: >>>> >>>>> >>>>> Hello, >>>>> >>>>> I am having a problem with my CSS. >>>>> >>>>> My hosted mode is a bit laggy, so when I first run the my gwt app in >>>>> hosted mode, the css successfully loads for a few milliseconds, but >>>>> when the lag stops and hosted mode settles down, my css disappears. >>>>> >>>>> When I compile/browse it, the css does not even show up for a few ms >>>>> at the start, I suppose because modern browsers are so fast. >>>>> >>>>> This is how I access my css: >>>>> <link rel="stylesheet" type="text/css" href="test.css"/> >>>>> >>>>> I haven't been able to find anyone else who has had this problem. >>>>> >>>>> ** Can someone tell me why my css appears then disappears and how to >>>>> fix it? ** >>>>> >>>>> My project is very minimal, at the moment all it does is serve out the >>>>> html page, with all the Java in commented out in onModuleLoad() >>>>> >>>>> Thank you, >>>>> David Trejo >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>> -- >>> Fred Sauer >>> [email protected] >>> >>> [] >>> >>> >> >> >> > > > -- > Fred Sauer > Developer Advocate > Google Inc. 1600 Amphitheatre Parkway > Mountain View, CA 94043 > [email protected] > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
