2010-12-02 14 views

Antwort

0

Problem gelöst. Diese Seite hatte keinen DOCTYPE.

0

Es ist höchstwahrscheinlich Konflikt css auf der Website - nicht die Länge der Seite.

0

können Sie dies auch versuchen.

$.colorbox({ 
       width: "600px", height: "500px", inline: false, overlayClose: false, escKey: true, iframe: true, 
       onComplete: function() { 
        $('#colorbox').removeAttr('top');//test 
        $('#colorbox').css('top', '100px');//test 
        $('#colorbox').removeAttr('display');//test 
        $('#colorbox').css('display', 'block');//test 
       }, 
       onLoad: function() { 
        $('#colorbox').removeAttr('display');//test 
        $('#colorbox').css('display', 'none');//test 
       }, 
      }); 
+0

Bitte erklären Sie es richtig. – Shivaay