• Hello,
    I’m using Pinboard, and I find that it is a fantastic theme, but am having some compatibility issues with IE7 regarding the menu.
    I’m currently using a test site: http://www.prevemassimodeluca.it
    and if I view the site in IE7 the menu disappears and you go to overlay the background image header.
    Is there a way to prevent this?
    Thank you very much.
    max

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Thread Starter maxdel

    (@maxdel)

    Hello t-p, and thanks for the reply,
    I could you give some advice on the parameters to be set in a stylesheet using conditional comments?
    Thank you again.
    Max

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If the problem is shared with IE6, you could forget about the additional stylesheet and just prefix each CSS property with an asterisk. Styles with asterisks are only read in IE6 & IE7.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think the issue lies with the Facebook icon in the header not in the correct position.

    Thread Starter maxdel

    (@maxdel)

    Hello everyone, and thanks again.
    I’m trying to use conditional comments, according to the support pages of WP.
    I added this code:

    <link rel=”stylesheet” href=”<?php bloginfo(‘style.css’); ?>” type=”text/css” media=”screen” />
    <!–[if !IE 7]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘nomesito’); ?>/IE.css” media=”screen” type=”text/css” />
    <p class=”ehm”>
    Usi ancora Internet Explorer 5?
    Aggiorna il tuo browser!
    </p>
    <![endif]–>

    but despite the conditional comment functions properly, the style sheet is not really considered.
    Do you have suggestions?
    Max

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘IE7 compatibility’ is closed to new replies.