Brightless
Ich hätte mal wieder ein kleines Problem.
Ich habe mein Design mit der [normalerwiese richtigen] Größe von 1024*629 eingebaut, nur wird es falsch angezeigt. Das heißt, man muss scrollen >.<*
Siehe
hier.
Kann jemand helfen? ^^
lg
Rebi
Ich glaube, du hast da noch irgendeinen Rand gemacht. Denn normalerweise, ist es ja nicht um das ganze Desi weiss oder hat es weiss.
Kopflos
Du hast das Design als Bild und nicht als HG eingefügt, so müsste es funktionieren:
| code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
|
<html>
<head>
<title>lay</title>
</head>
<body background="http://www.abload.de/img/design00121o.jpg">
<div id="menü" style="position: absolute; top: 267px; height: 339px; left: 25px; width: 203px;"><iframe src="http://miserablex.mi.ohost.de/men%c3%bc.html" name="menü" noresize="" style="border: 0px none ;" ;="" frameborder="0" height="340" scrolling="auto" width="200"></iframe></div>
<div id="main" style="position: absolute; left: 278px; width: 664px; top: 267px; height: 362px;">
<iframe src="http://miserablex.mi.ohost.de/main.html" name="main" noresize="" style="border: 0px none ;" ;="" frameborder="0" height="361" scrolling="auto" width="663"></iframe></div>
</body>
</html>
|
|