• User

    Mi fa solo con chrome

    Salve a tutti, è da ormai 10 giorni che sbatto la testa con questo problema e ora che sono a fine sito devo risolverlo: ho un sito che mi legge i css solamente con chrome, poi con Firefox, IE e Opera non mi legge niente, solamente l'HTML.
    Nell'Head c'è questo:

    <head>
    <link rel="stylesheet" type="style/css" href="style.css">
    <link rel="stylesheet" href="stili/nivo-slider.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="stili/style.css" type="text/css" media="screen" />
    <!--[if lte IE 9]>
    <link rel="stylesheet" type="style/css" href="ie.css">
    <![endif]-->
    </head>
    Ho provato a togliere i css del plug-in Nivo ma non cambia nulla.

    Nel css ho messo all'inizio questi reset scaricati
    /Resets/
    /====================/
    /=== Reset ===/
    /====================/
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    }
    body {
    line-height:1;
    color:black;
    background:white;
    }
    table {
    border-collapse:separate;
    border-spacing:0;
    }
    caption, th, td {
    text-align:left;
    font-weight:normal;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content:"";
    }
    blockquote, q {
    quotes:"" "";
    }
    .{
    font-family: verdana;
    }
    /
    HTML5 tags */
    header, section, footer,
    aside, nav, article, figure {
    display: block;
    }

    /=============== ====/
    /=== Stili principali ===/
    /=============== ====/
    body {
    font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    color:#2d3536;
    }

    Non so se avete idee.
    Comunque grazie a tutti in anticipo. :smile5:


  • User

    Forse qualche tag chiuso male... posta il sorgente completo se puoi (allega o carica altrove..).