maxdel
Member
Posted 4 months ago #
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
maxdel
Member
Posted 4 months ago #
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
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.
I think the issue lies with the Facebook icon in the header not in the correct position.
maxdel
Member
Posted 4 months ago #
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