How terribly ridiculous!
It seems that my css file started with a capital letter, I had it written
with a lowercase letter, and thus it was not working.
Now that I've corrected it, my css works:
<link type="text/css" rel="stylesheet" href="Test.css"/>

I would have realized that much sooner if the css had not flashed before my
eyes before disappearing.

Sorry to waste your time guys. Thanks for trying to help, I appreciate it.

-David

On Tue, Jun 30, 2009 at 2:28 PM, Isaac Truett <itru...@gmail.com> wrote:

>
> A code sample that reproduces the problem would be helpful. On the
> surface, I don't see how this could be related to GWT. What happens if
> you remove GWT from the scenario altogether?
>
>
> On Fri, Jun 26, 2009 at 11:11 AM, DTrejo<tookie.tr...@gmail.com> wrote:
> >
> > Hello,
> >
> > I am having a problem with my CSS.
> >
> > My hosted mode is a bit laggy, so when I first run 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 commented out in onModuleLoad()
> > If it makes any difference, I am using gwt on appengine with the
> > google plugin for eclipse.
> >
> > Any insight is appreciated,
> > David Trejo
> >
> > (I posted this on the Google App Engine for Java group, and it was
> > recommended that I ask this question here. Sister thread:
> >
> http://groups.google.com/group/google-appengine-java/browse_thread/thread/9f3aa450a8e866ab?hl=en
> > )
> >
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to