Tuyen Nguyen The created GTNPORTAL-3234:
-------------------------------------------
Summary: Add the conditional comments for IE
Key: GTNPORTAL-3234
URL:
https://issues.jboss.org/browse/GTNPORTAL-3234
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: WebUI
Reporter: Tuyen Nguyen The
Assignee: Tuyen Nguyen The
We have some bugs only on IE (ie9, ie8).We should add Conditional comments to <html>
tag
so UI team can fix bug on ie base on class "ie8" , ie9..
this is my suggestion
{code:xml}
<!--[if IE 7]> <html class="ie7 lt-ie8 lt-ie9 lt-ie10">
<![endif]-->
<!--[if IE 8]> <html class="ie8 lt-ie9 lt-ie10">
<![endif]-->
<!--[if IE 9]> <html class="ie9 lt-ie10">
<![endif]-->
<!--[if gt IE 9]> <html class=" ie10"> <![endif]-->
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira