[
https://issues.apache.org/jira/browse/OFBIZ-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641888#action_12641888
]
Jacques Le Roux commented on OFBIZ-1758:
----------------------------------------
Yes I agree with you Adrian, that why I did not even try to apply it in OFBiz
(I mean pixel fixed width).
I agree also on the IE-specific style sheet. I think the best deal with that is
to use "Conditional Comments" (it's the recommended best practice AFAIK) like
{code}
<link rel="stylesheet" type="text/css" href="Styles.css" media="all"/>
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="Styles-IE6.css" media="all"/>
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="Styles-IE7.css" media="all"/>
<![endif]-->
{code}
> Sandbox: Changes to Layout Needed for Internet Explorer 7
> ---------------------------------------------------------
>
> Key: OFBIZ-1758
> URL: https://issues.apache.org/jira/browse/OFBIZ-1758
> Project: OFBiz
> Issue Type: Improvement
> Components: ALL COMPONENTS
> Affects Versions: SVN trunk
> Reporter: Adrian Crum
> Assignee: Adrian Crum
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: tab-bar-fix.patch
>
>
> The latest Internet Explorer update breaks a lot of our existing layout. This
> issue is intended for collaboration on solutions to the IE7 layout problems.
> Details are in the comments.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.