Hi, > Supported values are: > ie6,ie8,gecko,gecko1_8,safari,opera > > You'll notice particularly vexingly there is no good way to specify an > IE7 specific style rule. > > You'll find a justification for that decision > here:http://code.google.com/p/google-web-toolkit/wiki/IE8Support
When there is the need to extent the list of browser, you can do so. However, you have to supply a javaSCript code to detect the browser and more browsers means more compilation time. It is up to your needs which efforts makes sense. Stefan Bachert http://gwtworld.de -- 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.
