Is this correct to specify a css snippet for "all" IE version browsers:
-- @if user.agent ie6 {
.block {
background-color: #FF00FF;
}
}
.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 (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.
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment