Danke für die Hinweise. Ich werde es mir auch noch genauer durchlesen. Allerdings bekomme ich mit deinem Code auch das gleiche Fass ohne Boden. 😟
Ich bin jetzt so verzweifelt das ich einfach iframes benutze. Dazu brauche ich dann noch div zum ausrichten, weil iframes noch nicht fertig supportet wird. So kann ich aber nach herzenslust swipen ohne das es über das iphonebild hinaus geht.
<!DOCTYPE html>
<html>
<head>
<title>jQM Complex Demo</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
<style>
#content {
padding: 0;
position : absolute !important;
top : 106px !important;
right : 0;
bottom : 40px !important;
left : 27px !important;
height: 379px;!important;
width: 251px;
}
#bodybild {font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
background-image:url(http://www.selfhtml5.org/wp-content/uploads/2010/08/iphone4-4app-programmieren-screenshot.jpg);
background-repeat: no-repeat;
padding: 0;
margin: 0;
}
</style>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
</script>
</head>
<body id="bodybild">
<div data-role="page" id="content" z-index:1;>
<iframe src="https://www.w3schools.com" width="251" height="379" z-index:2>
tzjktfgjjt
</iframe>
</div>
</body>
</html>