Testseite mit der Colorbox

Diese Testseite enthält die folgenden Testelemente:

  • Inline-HTML-Code in einer Color-Box, wobei HTML-Quellcode mit Prettify formatiert und gut lesbar dargestellt wird
  • Inline-HTML-Code in einer Color-Box mit title-Attribut
  • Grafik in einer Colorbox
  • eine phpSQLite Galerie

Inline HTML mit Code

<script type="text/javascript">
  // Say hello world until the user starts questioning
  // the meaningfulness of their existence.
  function helloWorld(world) {
  for (var i = 42; --i >= 0;) {
  alert('Hello ' + String(world));
  }
  }
  </script>
  <style>
  p { color: pink }
  b { color: blue }
  u { color: "umber" }
  </style>

Inline HTML mit anderem Inhalt

das ist einfach ein Text

Testbild

Bild Kilu
Nach der Umstellung von jquery.colorbox.1.3.19.js auf jquery.colorbox.1.6.1.js funktioniert die Colorbox jetzt wieder. Sie ist allerdings auch in der aktuellen Version nicht responsiv.