Re: [appengine-java] CSS loads for 1 millisecond, then disappears

2009-07-06 Thread David Trejo
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

Re: CSS loads for 1 millisecond, then disappears

2009-07-06 Thread David Trejo
It's only there because that is the way the sample hello world was written. Thanks for the suggestion about including it in the xml file, I'll tinker with that. Have a good day, David On Mon, Jul 6, 2009 at 5:20 PM, Dean S. Jones deansjo...@gmail.com wrote: Is there a reason you need to

Re: [appengine-java] CSS loads for 1 millisecond, then disappears

2009-07-02 Thread David Trejo
, 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 f...@allen-sauer.com [] --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: CSS loads for 1 millisecond, then disappears

2009-06-30 Thread David Trejo
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

Re: CSS loads for 1 millisecond, then disappears

2009-06-30 Thread David Trejo
Ian you were right, after I corrected the typo and commented out the gwt styles, everything worked. Thanks for helping, David Trejo On Tue, Jun 30, 2009 at 2:53 PM, David Trejo tookie.tr...@gmail.com wrote: How terribly ridiculous! It seems that my css file started with a capital letter, I had