• karmeluk

    (@karmeluk)


    Dear friends, I have a problem with compatibility:

    https://www.aproduction.com.ua

    It’s don’t working on PC browser…

    Please help! Thank you in advance!

    Sincerely,

    Boris

    P.S. also I use .mov video (I’m apple user… so, Quick Time) how I can setup popup or another way to urgent visitor about quick time and how to use it (playback: mouse-click to video + space).

Viewing 3 replies - 1 through 3 (of 3 total)
  • heriz

    (@heriz)

    Hello Boris.

    You need to identify which elements aren’t being rendered properly in IE. Major problems are usually to do with floating elements, positions, margins and padding, I’ve found.

    Create a separate .css file, called ‘ie.css’ or whatever. You may even need to create another one for different IE versions. In the header, put the code:

    <!--[if IE 6]>
    <link rel="stylesheet" href="INCLUDE IE6 STYLESHEET PATH HERE" type="text/css" media="all" />
    <![endif]-->
    
    <!--[if IE 7]>
    <link rel="stylesheet" href="INCLUDE IE 7 STYLESHEET PATH HERE" type="text/css" media="all" />
    <![endif]-->

    Then add into your CSS files the adjustments to margins etc for each element. You don’t need to replicate the whole main CSS file – just include the ids and classes that require adjusting.

    This way IE reads these adjustments and displays accordingly, while no other browsers are affected.

    As for the other question, I’ve no idea I’m afraid.

    Thread Starter karmeluk

    (@karmeluk)

    Hello Heriz!

    Thank you very much for response. I’ll try to do it by your way.

    B.

    I had the same issue. I did all of the above. It seems to be working when I am logged into WP, but reverts back not rendering in IE when I am logged out. Any tips?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘internet explorer vs. firefox & safari’ is closed to new replies.