• 04-02-2009, 05:03:40
    #1
    Wptr.Net - WordPress Önizleme

    bu temaya bakın hem firefox ile hemde ie ile..
    firefoxda iframe gibi sadece sağ taraf iniyor aşağı, ama ie de solda ki menütabla beraber iniyor..

    firefoxta ki gibi ie'dede aynısını nasıl yapabilirim acaba?
  • 04-02-2009, 05:50:15
    #2
    Resim stili "fixed" olarak atanmasa Firefox da kaymazdı. Eksiklik değil de uyuşmazlık olduğu için tecrübe eden biri yorumlamalı Aklıma bişey gelmiyor şuan..
  • 04-02-2009, 11:23:20
    #3
    yorumun için teşekkür, acaba style.css'ye uyuşması için bi kod mu var ki yazsak (:
  • 04-02-2009, 12:15:41
    #4
    css yi incelersen şöyle değerler var

    /* The Top */

    #top {
    width:300px;
    height:700px;
    margin-top:0px;
    background:#140E0E url(images/top2.jpg);
    background-repeat:no-repeat;
    float:right;
    position:fixed;
    _position: absolute;
    }

    * html #top { /* lte IE6 */
    position:absolute;
    }
    position:fixed;===> ff için
    _position: absolute;====>ie için
  • 04-02-2009, 13:11:10
    #5
    yani diyorsunuz ki anca IE6+ olması lazım olması için