There's a good chance it's a css problem.

Am I right in assuming that you don't have a strict or transitional doctype?

If you put one in

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd";>

you'll probably find it doesn't work in IE either :-)

This is actually progress because you can then start looking for errors. Div
heights would be my first area to check. You may not have an absolute height
anywhere in which case all your 100%s will be 0px because 100% of nothing is
nothing.


Ian

http://examples.roughian.com


2008/9/26 jcmorris <[EMAIL PROTECTED]>

>
> Hi All,
> I have a perplexing problem.  I just rolled up my app and deployed to
> Tomcat 6.0 on Windows XP.
>
> In Internet Explorer 6.0.29 , my application URL
>
>    http://localhost:8080/Sinfers1.0/edu.unis.sinfers.Main/Main.html
>
> displays the main module just as it appears in hosted mode.  However,
> the same URL in Firefox 3.0.2 produces a blank page.  When I view
> source, the HTML is the same in both browsers.  Firefox list a bunch
> of CSS warnings, but no errors.  There are no Javascript errors in
> it's script error console either.
>
> Firefox just isn't rendering it.
>
> Are there any suggestions as to what would cause this???
>
> Thanks!
>
> -Jason
> >

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to