• User Attivo

    [aiuto] tutto perfetto tranne che con IE7

    Ciao a tutti,

    considerato che uso sempre firefox mi sono accorto da poco che con IE7 ovvero l'ultima versione il mio sito si vede malissimo..

    sinceramente non so cosa sistemare nel template per renderlo visibile anche su IE7, anche perchè sulle versioni precenti di explorer si vede bene..

    questo è il mio head:

    <?php
    defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
    // needed to seperate the ISO number from the language file constant _ISO
    $iso = explode( '=', _ISO );
    // xml prolog
    if ($GLOBALS['urlRewritten']==true){
    echo '<<? ?>?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    } else {
    echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    }//end if

    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <META name="verify-v1" content="LC4vm4CeFpAUYBvldIjZlNVHbdkK2il2TUJj6VbYxrU=" />
    <?php mosShowHead(); ?>
    <?php
    if ( $my->id ) {
    initEditor();
    }
    ?>
    <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    <link href="<?php echo $mosConfig_live_site;?>/templates/template/css/template_css.css" rel="stylesheet" type="text/css"/>
    </head>

    il sito è quello in firma "giovani imprenditori"

    GRAZIE MILLE


  • User Attivo

    mi rispondo da solo..

    era un problema nel css, bastava impostare un'altezza automatica..