Detlef G.: Eibox, die 7.!

Beitrag lesen

Hallo Patrick

... was kann ich dagegen machen, bzw. dies umgehen?

Eventuell so:

function pos_clip_eibox () {  
  var boxen = dc.getElementsByTagName('div');  
  for (var i=0;i<boxen.length;i++) {  
    if ((boxen[i].className == 'eibox') && (boxen[i].style.overflow == "hidden")) {  
     boxen[i].style.top= window.opera ? dcde.scrollTop+self.innerHeight-29+"px" : dcde.scrollTop+dcde.clientHeight-29+"px";  
 // alert('ALERT 2\n\nBoxposbyResize= '+boxen[i].style.top+'\ndocument.documentElement.scrollTop= '+dcde.scrollTop+'\ndocument.documentElement.clientHeight= '+dcde.clientHeight);  
    }  
  }  
}  
function clip_eibox(name) {  
  obs = dc.getElementById(name).style;  
  obs.overflow='hidden';  
  if (dc.all && !is_opera9up) {  
    obs.top= window.opera ? dcde.scrollTop+self.innerHeight-29+"px" : dcde.scrollTop+dcde.clientHeight-29+"px";  
    dcde.onscroll = pos_clip_eibox;  
    if (window.opera)  
      window.onresize = pos_clip_eibox  
    else  
     window.onresize = function () {  
        window.setTimeout("pos_clip_eibox()", 100);  
      }  
  }  
  else {  
    obs.position = "fixed";  
    obs.top = "";  
    obs.bottom = "0px";  
  }  
  obs.left = "0px";  
}  

Auf Wiederlesen
Detlef

--
- Wissen ist gut
- Können ist besser
- aber das Beste und Interessanteste ist der Weg dahin!
1 50

[nicht nur] für Struppi!

Patrick Andrieu
  • javascript
  1. 0
    Patrick Andrieu
    1. 0
      Struppi
      1. 0
        Patrick Andrieu
      2. 0
        Patrick Andrieu
        1. 0
          Struppi
          1. 0
            Patrick Andrieu
            1. 0
              Patrick Andrieu
              1. 0
                Mathias Brodala
                1. 0
                  Patrick Andrieu
                  1. 0
                    Mathias Brodala
                2. 0
                  Patrick Andrieu
  2. 0

    iBox^W Eibox

    Mathias Brodala
    1. 0
      Patrick Andrieu
      1. 0
        Mathias Brodala
        1. 0
          Patrick Andrieu
          1. 0
            Mathias Brodala
            1. 0
              Patrick Andrieu
        2. 0
          Detlef G.
  3. 0
    Detlef G.
    1. 0
      Patrick Andrieu
      1. 0
        Detlef G.
        1. 0
          Patrick Andrieu
          1. 0
            Patrick Andrieu
          2. 0
            Patrick Andrieu
          3. 0
            Detlef G.
            1. 0
              Patrick Andrieu
              1. 0
                Patrick Andrieu
                1. 0

                  Eibox, die 7.!

                  Patrick Andrieu
                  1. 0
                    Patrick Andrieu
                  2. 0
                    Patrick Andrieu
                    1. 0
                      Detlef G.
                    2. 0
                      Detlef G.
                      1. 0
                        Patrick Andrieu
                        1. 0
                          Detlef G.
                          1. 0
                            Patrick Andrieu
                            1. 0
                              Struppi
                              1. 0
                                Patrick Andrieu
                                1. 0
                                  Struppi
                            2. 0
                              Patrick Andrieu
                            3. 0
                              Detlef G.
                              1. 0
                                Patrick Andrieu
                                1. 0
                                  Detlef G.
                            4. 0
                              Patrick Andrieu
                              1. 0
                                Detlef G.
                                1. 0
                                  Patrick Andrieu
                                  1. 0
                                    Detlef G.
                                    1. 0
                                      Patrick Andrieu
  4. 0
    Detlef G.
    1. 0
      Patrick Andrieu