Visualizzazione dei risultati da 1 a 2 su 2

Discussione: problemi con explorer

  1. #1

    problemi con explorer

    ciao a tutti...
    dopo una settimana di lavoro,partendo da un tema wordpress base sono arrivato al risultato che volevo ma....
    tutto corretto con firefox... ho provato a visualizzare il sito con explorer ed è un disastro,
    la menubar orizzontale nell'header viene visualizzata in due righe, le pagine tutte scentrate....

    avevo letto che explorer usa alcuni css differenti ma non saprei proprio come fare,non me ne intendo,
    sono andato a tentativi fin'ora ((

    spero possiate aiutarmi a trovare una soluzione.

    il mio sito è questo: www.alessandrocapuzzo.com

    grazie mille!!!!

  2. #2
    Nel caso servisse,posto qui sotto il contenuto del css....

    /*
    Theme Name: MonkeyMagic
    Theme URI: http://www.urbangiraffe.com/
    Description: Theme dissection example
    Version: 1.0
    Author: John Godley
    Author URI: http://www.urbangiraffe.com/
    */

    *
    {
    padding: 0;
    margin: 0;

    }

    body
    {
    /* font-size: 76% ;
    font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
    background-color: #000000; */
    margin: 0 auto;
    padding: 0;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background-color: #000000;

    }

    hr
    {
    display: none;
    }

    #content
    {
    width: 100%;
    float:right;


    }




    #wrapper
    {
    width: 700px;
    margin: 0 auto;
    width:expression(document.body.clientWidth < 605 ? "600px" : "85%" );
    /* mettendo qui overflow: hidden; viene tolta la barra scroll sotto */



    }

    div>#wrapper /* questa è la parte tra header e footer */
    {
    min-width: 400px;
    margin: 0 auto;
    width: 100%;
    margin-top: 100px; /* distanza del blocco centrale dalla parte sopra dello schermo */
    /* margin-left: 150px;*/

    }


    #header
    {
    margin-top: 0px;
    margin-bottom: 30px;

    display:block;
    position:fixed !important;
    position:absolute; top:0; left:0; width:100%;
    }

    #headerimg
    {
    /*font-size: 1.2em; height: 6.5em;*/
    margin: 0 auto;
    text-align: left;
    width: 100%;
    /*height: 80px;*/
    color: #FEF4DF;
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color: #666;*/
    background-image: url(images/tav.png);
    background-repeat: repeat;
    }

    #header a /* nome del sito */
    {
    text-decoration: none;
    color: #FFF;

    }

    #header h1
    {
    font-size: 2em;


    }

    #footer
    {
    /* margin: 1em auto;*/
    text-align: center;
    valign: center;
    width: 100%;
    height: 40px;
    color: #FFF;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    background-color: #000;
    display:block;
    position:fixed !important;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background-image: url(images/bottom.png);
    background-repeat: repeat;
    }





    #author
    {
    border: 1px solid #999;
    margin: 10px auto;
    text-align: center;
    width: 130px;
    padding: 2px;
    }

    #author img
    {
    border: 0;
    }

    #sidebar
    {
    /*
    float: left;

    /* margin-left: 75%;*/
    width: 200px;
    height: 100%;
    padding: 5px;
    background-color: #600;
    color: #CCC;
    margin: 0 auto;
    display:block;
    position:fixed !important;
    position:absolute;
    }

    #sidebar ul
    {
    list-style: none;
    margin-bottom: 10px;
    }


    #sidebar ul h2
    {
    background-color: #FDE5C3;
    padding: 2px;
    font-size: 1.2em;
    font-weight: normal;
    border-bottom: 1px solid #FADA96;
    border-top: 1px solid #FADA96;
    margin-bottom: 5px;
    }



    #sidebar ul ul
    {
    list-style-image: url(images/listitem.png);
    list-style-type: circle;
    margin-left: 20px;
    }


    #sidebar ul ul ul
    {
    margin-bottom: 0;
    }

    #sidebar a
    {
    text-decoration: none;
    color: #4A2C00;
    }

    #sidebar a:hover
    {
    text-decoration: underline;
    }

    #wp-calendar
    {
    border: 1px solid #FDE5C3;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    }

    #wp-calendar th
    {
    background-color: #FDE5C3;
    }

    #wp-calendar a
    {
    border: 1px solid #4A2C00;
    background-color: white;
    display: block;
    }

    #prev a, #next a
    {
    border: 0;
    }

    #wp-calendar caption
    {
    text-align: center;
    width: 100%;
    }


    #searchform
    {
    text-align: center;
    }

    #searchform input
    {
    border: 1px solid #4A2C00;
    background-color: #FDE5C3;
    }

    #searchform #s
    {
    width: 50%;
    background-color: white;
    }



    .post
    {
    margin-bottom: 2.2em;
    color: #CCC;
    padding-left: 5px;
    font-size: 12px;
    /* float: left;*/
    }

    h2
    {
    font-size: 16px;
    /*border-bottom: 1px solid #e8c38b; la linea che c'era sopra ogni post*/
    }

    h2 a:hover, h2 a:visited, h2 a
    {
    text-decoration: none;
    color: #bd492a;
    }

    .entry
    {
    margin-top: 10px;
    margin-bottom: 15px;
    }

    .postmetadata
    {
    padding: 2px;
    font-size: 0.8em;
    border-top: 1px solid #FADA96;
    }

    .postmetadata a
    {
    color: #00F;
    }

    .post p
    {
    line-height: 1.4em;
    margin-bottom: 1em;
    }



    blockquote
    {
    margin: 1em 1.5em;
    padding: 1em 1.5em;
    border: 1px solid #FADA96;
    background: #FCF1E2 url(images/blockquote.png) no-repeat scroll top left;
    }

    .post li
    {
    margin-left: 20px;
    }

    .post ul
    {
    list-style-image: url(images/listitem.png);
    list-style-type: bullet;
    margin-bottom: 10px;
    }


    acronym, abbr, span.caps {
    cursor: help;
    }

    acronym, abbr {
    border-bottom: 1px dashed #999;
    }

    blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

    .center {
    text-align: center;
    }

    a img {
    border: none;
    }

    h3
    {
    margin-top: 1.5em;
    font-size: 1.4em;
    }

    h4
    {
    margin-top: 1.2em;
    font-size: 1.2em;
    }

    h5
    {
    margin-top: 1em;
    font-size: 1em;
    }

    .post a
    {
    color: #bd492a;
    }


    .navigation
    {
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
    }

    .alignleft
    {
    float: left;
    text-align: left;
    /* width: 50%; */
    }

    .alignright
    {
    float: right;
    text-align: right;
    width: 50%;
    }

    .entrytext .postmetadata
    {
    font-size: 1.1em;
    background-color: #FDE5C3;
    width: 70%;
    margin: 2em auto 3.5em auto;
    border: 1px dotted #e9b17b;
    padding: 5px;
    padding-left: 45px;
    background: #FDE5C3 url(images/metadata.png) no-repeat scroll top left;
    }

    ol.commentlist
    {
    width: 90%;
    margin: 0 auto;
    }

    ol.commentlist li
    {
    margin-bottom: 1.5em;
    border: 1px solid #c69835;
    padding: 5px;
    background-color: #f5de74;
    }

    ol.commentlist li.alt
    {
    background-color: #fdf6a7;
    }

    ol.commentlist a
    {
    color: #bd492a;
    }

    small.commentmetadata
    {
    font-size: 0.8em;
    margin-bottom: 1em;
    display: block;
    }

    .commentlist cite
    {
    font-style: normal;
    }

    .commentlist p
    {
    line-height: 1.4em;
    margin-bottom: 1em;
    }

    .pagetitle
    {
    color: #bd492a;
    }


Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.