• 25-02-2009, 12:16:11
    #1
    Merhaba arkadaslar;
    Hem internet Explorer'da hemde firefoxda calısabilecek sabit arka fon kodu arıyorum.Yaptıklarım hem ie icin firefoxda calısmıyor acaba bilen varmı ?
  • 25-02-2009, 14:50:03
    #2
    Buyur bakalım;

    Alıntı
    <body background="arkaalan.gif" bgProperties="fixed">
    Alıntı
    body
    {
    background-image: url('dosyaniz.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position :right;
    }
  • 25-02-2009, 16:07:38
    #3
    Üyeliği durduruldu
    Alıntı
    <style type="text/css"> table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-image:url('RESIM.GIF'); background-attachment:fixed; background-repeat:repeat; } }</style>
    Budur benim bildiğim
  • 27-02-2009, 14:44:14
    #4
    teşekkürler
  • 27-02-2009, 16:19:25
    #5
    <style type="text/css">
    background-image: url(resimyolu.jpg) no-repeat;
    background-attachment:fixed;
    </style>

    bu kod ile basit bir şekilde çözebilirsin. resim devam etsin istiyorsan no-repeat 'ı repeat-x yap