Re: html/css/perl/bp chaos - baseportal Forum - Web-Anwendungen einfach, schnell, leistungsfähig!
baseportal
English - Deutsch "Es gibt keine dummen Fragen - jeder hat einmal angefangen"

 baseportal-ForumDie aktuellsten 10, 30, 50, 100 Einträge anzeigen.  

 
 Ausgewählter Eintrag: Zur Liste 
    Beitrag von Claus (4645 Beiträge) am Donnerstag, 26.September.2013, 09:36. WWW: hammoniaweb.com
    Re: html/css/perl/bp chaos

      mal eine Vermutung...;)

      pack das hier mal in den "inhalt-div-container"



      <do db=dvd action=all range^=0,1000 searchfields=Titel,Kategorie,Ort listfields=Titel,Kategorie,Ort allfields=Titel,Kategorie,Ort formfields=Titel,Kategorie,Ort showsort=Titel,Kategorie,Ort showamount=all,sel selectbrowse=top buttonbrowse=top pagebrowse=top border=- spacing=2 padding=2 gridcolor=- dataface=Arial datasize=5 datacolor=white databack=- databack2=- dataalign=left headface=Arial headsize=3 headcolor=- headback=- headalign=left textface=Arial textsize=3 textcolor=- textback=- listtype=list language=de detail=link search=link input=link>
      


      also, so:




      <html>
      <head>
      <title></title>
      <style type="text/css">
      html, body {
      

        margin:0;
        padding:0;
        width:100%;
        height:100%;
        overflow:hidden;
      }
      


      body {

        font-family:sans-serif;
      }
      #hintergrund {
      

        position:absolute;
        width:100%;
        height:100%;
        z-index:1;
      }
      #scrollbereich {
      

        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:auto;
        z-index:2;
      }
      #inhalt {
      

        padding:20px 100px 30px 200px;
        z-index:2;
      }
      </style>
      

      </head>
      <body>
      <div>
      <img id="hintergrund" src="http://lupara.org/files/hidden-eyes-open.jpg"width="1200" alt="" title="" />
      </div>
      

      <div id="scrollbereich">
      <div id="inhalt">
      <do db=dvd action=all range^=0,1000 searchfields=Titel,Kategorie,Ort listfields=Titel,Kategorie,Ort allfields=Titel,Kategorie,Ort formfields=Titel,Kategorie,Ort showsort=Titel,Kategorie,Ort showamount=all,sel selectbrowse=top buttonbrowse=top pagebrowse=top border=- spacing=2 padding=2 gridcolor=- dataface=Arial datasize=5 datacolor=white databack=- databack2=- dataalign=left headface=Arial headsize=3 headcolor=- headback=- headalign=left textface=Arial textsize=3 textcolor=- textback=- listtype=list language=de detail=link search=link input=link>
      </div>
      

      </div>
      </body>
      </html>
      




      hth

      Gruesse

      Claus


    Antworten

 Alle Einträge zum Thema: Zur Liste 
    Beitrag von nezpercez (499 Beiträge) am Donnerstag, 26.September.2013, 08:18.
    html/css/perl/bp chaos

      Hi, möchte für meine Datenbank ein Hintergrundbild haben, welches
      - sich nicht beim scrollen wiederholt
      - welches sich bei Änderungen der Fenstergrösse proportional verändert

      Das geht auch sehr lecker aber ich sehe nun die Datenbank nicht mehr.

      Wo ist die hin?

      Hier der code:


      <html>
      <head>
      <title></title>
      

      <style type="text/css">
      html, body {
        margin:0;
        padding:0;
        width:100%;
        height:100%;
        overflow:hidden;
      }
      

      body {
        font-family:sans-serif;
      }
      

      #hintergrund {
        position:absolute;
        width:100%;
        height:100%;
        z-index:1;
      }
      

      #scrollbereich {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:auto;
        z-index:2;
      }
      

      #inhalt {
        padding:20px 100px 30px 200px;
        z-index:2;
      }
      

      </style>

      </head>
      <body>
      <div>
      

      <img id="hintergrund" src="http://lupara.org/files/hidden-eyes-open.jpg"width="1200" alt="" title="" />

      <do db=dvd action=all range^=0,1000 searchfields=Titel,Kategorie,Ort listfields=Titel,Kategorie,Ort allfields=Titel,Kategorie,Ort formfields=Titel,Kategorie,Ort showsort=Titel,Kategorie,Ort showamount=all,sel selectbrowse=top buttonbrowse=top pagebrowse=top border=- spacing=2 padding=2 gridcolor=- dataface=Arial datasize=5 datacolor=white databack=- databack2=- dataalign=left headface=Arial headsize=3 headcolor=- headback=- headalign=left textface=Arial textsize=3 textcolor=- textback=- listtype=list language=de detail=link search=link input=link>
      

      </div>

      <div id="scrollbereich">
      <div id="inhalt">
      

      </div>
      </div>
      </body>
      </html>
      

     Antworten

    Beitrag von Claus (4645 Beiträge) am Donnerstag, 26.September.2013, 09:36. WWW: hammoniaweb.com
    Re: html/css/perl/bp chaos

      mal eine Vermutung...;)

      pack das hier mal in den "inhalt-div-container"



      <do db=dvd action=all range^=0,1000 searchfields=Titel,Kategorie,Ort listfields=Titel,Kategorie,Ort allfields=Titel,Kategorie,Ort formfields=Titel,Kategorie,Ort showsort=Titel,Kategorie,Ort showamount=all,sel selectbrowse=top buttonbrowse=top pagebrowse=top border=- spacing=2 padding=2 gridcolor=- dataface=Arial datasize=5 datacolor=white databack=- databack2=- dataalign=left headface=Arial headsize=3 headcolor=- headback=- headalign=left textface=Arial textsize=3 textcolor=- textback=- listtype=list language=de detail=link search=link input=link>
      


      also, so:




      <html>
      <head>
      <title></title>
      <style type="text/css">
      html, body {
      

        margin:0;
        padding:0;
        width:100%;
        height:100%;
        overflow:hidden;
      }
      


      body {

        font-family:sans-serif;
      }
      #hintergrund {
      

        position:absolute;
        width:100%;
        height:100%;
        z-index:1;
      }
      #scrollbereich {
      

        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:auto;
        z-index:2;
      }
      #inhalt {
      

        padding:20px 100px 30px 200px;
        z-index:2;
      }
      </style>
      

      </head>
      <body>
      <div>
      <img id="hintergrund" src="http://lupara.org/files/hidden-eyes-open.jpg"width="1200" alt="" title="" />
      </div>
      

      <div id="scrollbereich">
      <div id="inhalt">
      <do db=dvd action=all range^=0,1000 searchfields=Titel,Kategorie,Ort listfields=Titel,Kategorie,Ort allfields=Titel,Kategorie,Ort formfields=Titel,Kategorie,Ort showsort=Titel,Kategorie,Ort showamount=all,sel selectbrowse=top buttonbrowse=top pagebrowse=top border=- spacing=2 padding=2 gridcolor=- dataface=Arial datasize=5 datacolor=white databack=- databack2=- dataalign=left headface=Arial headsize=3 headcolor=- headback=- headalign=left textface=Arial textsize=3 textcolor=- textback=- listtype=list language=de detail=link search=link input=link>
      </div>
      

      </div>
      </body>
      </html>
      




      hth

      Gruesse

      Claus

     Antworten

    Beitrag von nazpercez (1 Beitrag) am Donnerstag, 26.September.2013, 11:49.
    Re: Re: html/css/perl/bp chaos

      Claus, Du bist genial....
      danke Dir!

     Antworten


     
 Liste der Einträge von 3000 bis 3150:Einklappen Zur Eingabe 
Neueste Einträge << 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | Neuere Einträge < Zur Eingabe  > Ältere Einträge | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 >> Älteste Einträge


Zurück zur Homepage

© baseportal.de. Alle Rechte vorbehalten. Nutzungsbedingungen



powered in 0.06s by baseportal.de
Erstellen Sie Ihre eigene Web-Datenbank - kostenlos!