Új hozzászólás Aktív témák

  • who_a_way

    csendes tag

    Sziasztok

    A gondom az, hogy ugyanaz a kód két különböző böngészőben el van csúszva egymáshoz képest.

    Internet Explorer:
    http://kepfeltoltes.hu/130508/a1_www.kepfeltoltes.hu_.jpg

    Firefox:
    http://kepfeltoltes.hu/130508/a2_www.kepfeltoltes.hu_.jpg

    Látható, hogy firefoxban szépen működik, úgy ahogy szeretném.

    A css kód:

    .date{
    text-align: center;
    color:rgb(163,3,48);
    }

    body {
    background: url(../Pictures/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    .main{
    background: url(../Pictures/bg3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border:0.1em solid rgb(0,0,0);
    -webkit-border-radius:0.5em;
    -moz-border-radius:0.5em;
    border-radius:0.5em;
    margin-left: auto; margin-right: auto;
    min-width: 760px; max-width: 760px;

    }

    .header{
    margin-right: 10px; margin-left: 10px;
    margin-bottom: 1px; margin-top: 10px;
    }

    .cim{
    background-color: rgb(163,3,48);
    border:0.1em solid rgb(0,0,0);
    -webkit-border-radius:0.5em;
    -moz-border-radius:0.5em;
    border-radius:0.5em;
    margin-right: 9px; margin-left: 9px;
    margin-top: 1px; margin-bottom: 10px;
    }

    .forms{
    text-align: center;
    margin-right: 10px; margin-left: 10px;
    }

    .footer{
    width: 740px;
    display: inline-block;
    margin-top: 50px; margin-left: 10px;
    }

    .footer .map{
    float: right;
    }

    .footer .dates{
    float: left;
    }

    input:hover{
    background-color: Orange;
    }

    Mit módosítsak, hogy mindkét böngészőben szép legyen?
    Köszönöm a segítséget!

Új hozzászólás Aktív témák