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;
</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>
hth
Gruesse
Claus