Is this correct to specify a css snippet for "all" IE version browsers:
  @if user.agent ie6 {
    .block {
       background-color: #FF00FF;
    }
  } 

Or must I include all IE versions like ie6, ie7, ie8, etc...?
I am not sure as I read different stories about it in the forum link 
here<https://groups.google.com/forum/#!searchin/google-web-toolkit/@if$20ie6$20css/google-web-toolkit/br4ILfKoX6w/0DEJo5fY8UsJ>
 (below). In some examples I see people only use ie6, but in some I see 
them using all IE user.agents constants as contained in 
UserAgent.gwt.xml<https://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/useragent/UserAgent.gwt.xml>
.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to