Including conditional CSS files accordingly as follows: * * *<link type="text/css" rel="stylesheet" href="styles.css" />* *<!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" /><![endif]-->* * * you can style ur page accordingly in style.ie6.css which will be applied to IE 6 only. In case of Chrome try and debug project what exactly happening while loading modules. do you get any error messages while displaying page in chrome? -- Aditya
On Tue, Aug 31, 2010 at 11:30 AM, sathya ayyanar < [email protected]> wrote: > > > On Mon, Aug 30, 2010 at 11:10 AM, aditya sanas > <[email protected]>wrote: > >> which version of IE are you using...? >> the problem you are facing here is with the styling of your page not the >> GWT issue >> so you have to include IE enabled css to counter this problem. >> -- >> Aditya >> >> >> On Mon, Aug 30, 2010 at 10:39 AM, sathya ayyanar < >> [email protected]> wrote: >> >>> I am using GWT-JAVA. >>> The Login page displayed good in firefox. >>> But In IE It is too slow and also Fonts are too big. >>> In chrome it display only the background image. Nothing will be >>> display. Is it GWT a browser dependent? Otherwise Can i change any >>> other options or anything else? (Note: In NameFieldContainer I added >>> the logoImage. And In SendButtonContainer I added the login form) >>> >>> Thanks in advance >>> >>> -- >>> >>> 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]<google-web-toolkit%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > > Thanks for your reply.response. > But I want to know the following. You replied as, > "you have to include IE enabled css to counter this problem. ". > I didn't know about IE enabled css. Please give details about this. > And also I want to show my project in chrome also. > In chrome, the same code doesn't display the login page. > Please give suggestion for this also. > > > Thanks in advance. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?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 [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.
