oxyn
  html Scripte
 




  •   Scroll Box


      Diese Scroll Box
      <table cellspacing="10" cellpadding="10" style="width: 239px; background-color: rgb(201, 201, 201); border: 1px solid rgb(0, 0, 0); height: 50px;">
          <tbody>
              <tr>
                  <th style="background-color: rgb(201, 201, 201); font-size: 18px; border: 1px solid rgb(0, 0, 0); color: rgb(255, 255, 255); padding: 7px;" colspan="1">&nbsp;</th>
              </tr>
              <tr>
                  <td style="height: 200px; border: 1px solid rgb(201, 201, 201);">
                  <div id="scrollen">Hier Dein Inhalt f&uuml;r die Tabellen-Zelle.<br />
                  Zum Beispiel Texte , Buttons, Bilder u.s.w.<br />
                  Inhalt l&auml;sst sich erst scrollen, wenn er &uuml;ber 50 Pixel h&ouml;he hinaus geht.<br />
                  Diese H&ouml;he kannst im Code &auml;ndern.</div>
                  </td>
              </tr>
          </tbody>
      </table>


  •   Hintergrund-Musik


      Hintergrund Musik (z.B. You Tupe)
      <iframe scrolling="no" height="1" frameborder="0" width="1" src="http://www.youtube.com/watch?v=GDbUqDGGtl8" name="stop"></iframe>


  •   Dropdown-Text


      Dropdown Text
      <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><style type="text/css">
      <!--
      #containerul, #containerul ul{
      text-align:left;
      margin:0; /* Removes browser default margins applied to the lists. */
      padding:0; /* Removes browser default padding applied to the lists. */
      }

      #containerul li{
      margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
      padding:0; /* Removes browser default padding applied to the list items. */
      list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
      }

      #containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
      float:left;
      padding-left:15px;
      width:60px;
      height:17px;
      background-position:0 50%;
      background-repeat:no-repeat;
      }
      --></style><script type="text/javascript">
      <!--
      var temp, temp2, cookieArray, cookieArray2, cookieCount;
      function initiate(){
      cookieCount=0;
      if(document.cookie){
      cookieArray=document.cookie.split(";");
      cookieArray2=new Array();
      for(i in cookieArray){
      cookieArray2[cookieArray[i].split("=")[0].replace(/ /g,"")]=cookieArray[i].split("=")[1].replace(/ /g,"");
      }
      }
      cookieArray=(document.cookie.indexOf("state=")>=0)?cookieArray2["state"].split(","):new Array();
      temp=document.getElementById("containerul");
      for(var o=0;o<temp.getElementsByTagName("li").length;o++){
      if(temp.getElementsByTagName("li")[o].getElementsByTagName("ul").length>0){
      temp2 = document.createElement("span");
      temp2.className = "symbols";
      temp2.style.backgroundImage = (cookieArray.length>0)?((cookieArray[cookieCount]=="true")?"url(https://img.webme.com/pic/o/oxyn/close.jpg)":"url(https://img.webme.com/pic/o/oxyn/open.jpg)"):"url(https://img.webme.com/pic/o/oxyn/open.jpg)";
      temp2.onclick=function(){
      showhide(this.parentNode);
      writeCookie();
      }
      temp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild)
      temp.getElementsByTagName("li")[o].getElementsByTagName("ul")[0].style.display = "none";
      if(cookieArray[cookieCount]=="true"){
      showhide(temp.getElementsByTagName("li")[o]);
      }
      cookieCount++;
      }
      else{
      temp2 = document.createElement("span");
      temp2.className = "symbols";
      temp2.style.backgroundImage = "url(page.png)";
      temp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild);
      }
      }
      }

      function showhide(el){
      el.getElementsByTagName("ul")[0].style.display=(el.getElementsByTagName("ul")[0].style.display=="block")?"none":"block";
      el.getElementsByTagName("span")[0].style.backgroundImage=(el.getElementsByTagName("ul")[0].style.display=="block")?"url(https://img.webme.com/pic/o/oxyn/close.jpg)":"url(https://img.webme.com/pic/o/oxyn/open.jpg)";
      }

      function writeCookie(){ // Runs through the menu and puts the "states" of each nested list into an array, the array is then joined together and assigned to a cookie.
      cookieArray=new Array()
      for(var q=0;q<temp.getElementsByTagName("li").length;q++){
      if(temp.getElementsByTagName("li")[q].childNodes.length>0){
      if(temp.getElementsByTagName("li")[q].childNodes[0].nodeName=="SPAN" && temp.getElementsByTagName("li")[q].getElementsByTagName("ul").length>0){
      cookieArray[cookieArray.length]=(temp.getElementsByTagName("li")[q].getElementsByTagName("ul")[0].style.display=="block");
      }
      }
      }
      document.cookie="state="+cookieArray.join(",")+";expires="+new Date(new Date().getTime() + 365*24*60*60*1000).toGMTString();
      }
      //-->
      </script>
      <ul id="containerul">
          <li><font size="3">&nbsp; Titel Thema 1</font> <br />
          <br />
          <ul> Beispiel-Text 1. <br />
              Hier k&ouml;nnte man nun alles m&ouml;gliche Beschreiben , Bilder einf&uuml;gen, oder Codes zum kopieren anbieten. <br />
              <hr />
          </ul>
          <p>&nbsp;</p>
          </li>
          <li><font size="3">&nbsp; Titel Thema 2</font> <br />
          <br />
          <ul> Beispiel-Text 2<br />
              Hier k&ouml;nnte man nun alles m&ouml;gliche Beschreiben , Bilder einf&uuml;gen, oder Codes zum kopieren anbieten. <br />
              <hr />
          </ul>
          <p>&nbsp;</p>
          </li>
          <li><font size="3">&nbsp; Titel Thema 3</font> <br />
          <br />
          <ul> Beispiel-Text 3<br />
              Hier k&ouml;nnte man nun alles m&ouml;gliche Beschreiben , Bilder einf&uuml;gen, oder Codes zum kopieren anbieten. <br />
              <hr />
          </ul>
          <p><script type="text/javascript">
      initiate(); // This must be placed immediately after the menu in order to format it properly.
      </script></p>
          </li>
      </ul>


  •   Bildlaufleiste von unten nach oben


      Bildlaufleiste von unten nach oben
      <MARQUEE style="background-color:transparent; border: 1px solid #000000; width:156px; height:200px;"
      direction="up" behavior="scroll" scrollamount="2" ><table border="0"><tr><td>
      <IMG src="http://www.bild-1.jpg">
      <br /><IMG src="http://www.bild-2.jpg">
      <br /><IMG src="http://www.bild-3.jpg">
      </td></tr></table></MARQUEE>


  •   Download Tabelle


      Download anbieten
      <br />
                  <table cellspacing="3" cellpadding="5" style="width: 450px; text-align: left; background-color: rgb(201, 201, 201); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0);">
                      <tbody>
                          <tr>
                              <th colspan="2" style="background-color: rgb(52, 52, 52); color: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0);">Meine Downloads :</th>
                          </tr>
                          <tr>
                              <td style="border: 1px solid rgb(0, 0, 0);">Beispiel-Text 1</td>
                              <td style="border: 1px solid rgb(0, 0, 0);"><a href="DOWNLOAD-URL">LINK-TEXT 1</a></td>
                          </tr>
                          <tr>
                              <td style="border: 1px solid rgb(0, 0, 0);">Beispiel-Text 2</td>
                              <td style="border: 1px solid rgb(0, 0, 0);"><a href="DOWNLOAD-URL">LINK-TEXT 2</a></td>
                          </tr>
                          <tr>
                              <td style="border: 1px solid rgb(0, 0, 0);">Beispiel-Text 3</td>
                              <td style="border: 1px solid rgb(0, 0, 0);"><a href="DOWNLOAD-URL">LINK-TEXT 3</a></td>
                          </tr>
                          <tr>
                              <td style="border: 1px solid rgb(0, 0, 0);">Beispiel-Text 4</td>
                              <td style="border: 1px solid rgb(0, 0, 0);"><a href="DOWNLOAD-URL">LINK-TEXT 4</a></td>
                          </tr>
                          <tr>
                              <td style="border: 1px solid rgb(0, 0, 0);">Beispiel-Text 5</td>
                              <td style="border: 1px solid rgb(0, 0, 0);"><a href="DOWNLOAD-URL">LINK-TEXT 5</a></td>
                          </tr>
                      </tbody>
                  </table>
                  <br />
      .


 
  Heute waren schon 6 Besucher (10 Hits) hier!  
 
Diese Webseite wurde kostenlos mit Homepage-Baukasten.de erstellt. Willst du auch eine eigene Webseite?
Gratis anmelden