• I edited my wordpress homepage, I took out some small things. Well when I did it and looked at it through Firefox everything looks good.

    But when I look at my homepage you have to scroll way down to see the begining for I.E.

    So why is it its different for Internet Explorer and Fire fox? Also how do I fix this so its the same? Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Could we have a link? Or at least a more in depth desription?

    Thread Starter Brain916

    (@brain916)

    http://www.kick-fiend.com

    If you have firefox open that page with fire fox, then open the page with Internet explorer, you will know what I am talking about

    Also when you open with I.E. scroll half way down, the page does load but you have to scroll all the way down to see it

    This line of code is commented out:
    `<script type=”text/javascript”><!– This is a “hack” so you can have it working on the non-standard Internet Exploted (aka IE) –>
    <!–
    var browserName=navigator.appName;
    if (browserName==”Microsoft Internet Explorer”)
    {
    document.write(‘<link rel=”stylesheet” href=”http://www.kick-fiend.com/wp-content/themes/Evox/style_ie.css&#8221; type=”text/css”>’)
    }
    //–>
    </script>

    Your theme’s author must think it’s needed for IE browsers.

    Thread Starter Brain916

    (@brain916)

    I am not fully understanding. What should I do, I am a newb when it comes to this LOL

    I would imagine you need to look in your header.php – perhaps your index.php – I’m not familiar with your theme.
    Anyway find that section of code in your file and remove the:
    <!--
    at the start and the
    -->
    at the end of the code section.
    It will call an entirely different style sheet for IE browsers.

    Thread Starter Brain916

    (@brain916)

    hmm, well thing is thats everywere lol..

    <!–
    at the start and the
    –>

    So what part..I am not sure

    The part with this in between:

    var browserName=navigator.appName;
    if (browserName=="Microsoft Internet Explorer")
    {
    document.write('<link rel="stylesheet" href="http://www.kick-fiend.com/wp-content/themes/Evox/style_ie.css" type="text/css">')
    }
    //

    Open it up in Notepad or your theme editor and find this exact section of code. Then uncomment it.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Firefrox/I.E. HELP!’ is closed to new replies.