It may also help to add an X-UA-Compatible tag, to force IE to use the newest 
rendering engine... something like

        <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 

--- which may also be added directly as an HTTP header, at the web server level.


On 06 Jan 2014, at 15:28 , Karl Wright <[email protected]> wrote:

> Didn't help in a local page when I added <!DOCTYPE html>, although we
> definitely do not have a doctype statement in the UI.
> 
> Karl
> 
> 
> On Mon, Jan 6, 2014 at 8:50 AM, Raymond Wiker <[email protected]> wrote:
> 
>> Possibly... se http://w3schools.com/css/css_attribute_selectors.asp
>> 
>> It could be that all you need to do is to add a DOCTYPE declaration to the
>> HTML page.
>> 
>> 
>> On Mon, Jan 6, 2014 at 2:37 PM, Karl Wright (JIRA) <[email protected]>
>> wrote:
>> 
>>> 
>>>    [
>>> 
>> https://issues.apache.org/jira/browse/CONNECTORS-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862990#comment-13862990
>> ]
>>> 
>>> Karl Wright edited comment on CONNECTORS-828 at 1/6/14 1:36 PM:
>>> ----------------------------------------------------------------
>>> 
>>> Further research shows that IE does not like this construct:
>>> 
>>> {code}
>>> .value input[type="whatever"]
>>> {
>>> ...
>>> }
>>> {code}
>>> 
>>> It only apparently accepts HTML tags, e.g.:
>>> 
>>> {code}
>>> .value input { ... }
>>> {code}
>>> 
>>> ... consistently.  In some contexts it works, but in some it does not.
>>> Must be an IE bug?
>>> 
>>> 
>>> 
>>> 
>>> was (Author: [email protected]):
>>> Further research shows that IE does not like this construct:
>>> 
>>> {code}
>>> .value input[type="whatever"]
>>> {
>>> ...
>>> }
>>> {code}
>>> 
>>> It only apparently accepts HTML tags, e.g. .value input { ... },
>>> consistently.  In some contexts it works, but in some it does not.  Must
>> be
>>> an IE bug?
>>> 
>>> 
>>> 
>>>> Add modern styles to the project
>>>> --------------------------------
>>>> 
>>>>                Key: CONNECTORS-828
>>>>                URL:
>>> https://issues.apache.org/jira/browse/CONNECTORS-828
>>>>            Project: ManifoldCF
>>>>         Issue Type: Improvement
>>>>         Components: Framework crawler agent
>>>>   Affects Versions: ManifoldCF 1.5
>>>>           Reporter: Eranda Bandaranaike
>>>>           Assignee: Karl Wright
>>>>            Fix For: ManifoldCF 1.5
>>>> 
>>>>        Attachments: Screen-Shot-2013-12-04-at-6.30.12-PM.png,
>>> bad-refresh-button.png, ie-login-button.png, login_page.zip,
>>> loginpage-new-css.png, separator-line-mismatch.png, style.css
>>>> 
>>>>  Original Estimate: 30h
>>>> Remaining Estimate: 30h
>>>> 
>>>> I have created new style sheet for this project.
>>> 
>>> 
>>> 
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.1.5#6160)
>>> 
>> 

Reply via email to